aboutsummaryrefslogtreecommitdiffstats
path: root/g10/main.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-05-19 14:12:26 +0000
committerWerner Koch <[email protected]>1999-05-19 14:12:26 +0000
commitbfb32130e503119bb9bfd79c540466f3b06f4c51 (patch)
treea7accfba0fbbf79b413c1fc0e859e6295ab72c95 /g10/main.h
parentSee ChangeLog: Mon May 17 21:54:43 CEST 1999 Werner Koch (diff)
downloadgnupg-bfb32130e503119bb9bfd79c540466f3b06f4c51.tar.gz
gnupg-bfb32130e503119bb9bfd79c540466f3b06f4c51.zip
See ChangeLog: Wed May 19 16:04:30 CEST 1999 Werner Koch
Diffstat (limited to 'g10/main.h')
-rw-r--r--g10/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/main.h b/g10/main.h
index c3f236379..ce7e8ac1a 100644
--- a/g10/main.h
+++ b/g10/main.h
@@ -137,8 +137,8 @@ int verify_signatures( int nfiles, char **files );
int decrypt_message( const char *filename );
/*-- plaintext.c --*/
-int hash_datafiles( MD_HANDLE md, STRLIST files, const char *sigfilename,
- int textmode );
+int hash_datafiles( MD_HANDLE md, MD_HANDLE md2,
+ STRLIST files, const char *sigfilename, int textmode );
/*-- signal.c --*/
void init_signals(void);