aboutsummaryrefslogtreecommitdiffstats
path: root/g10/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/main.h')
-rw-r--r--g10/main.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/g10/main.h b/g10/main.h
index 398dc40f1..9d0f07a89 100644
--- a/g10/main.h
+++ b/g10/main.h
@@ -20,16 +20,21 @@
#ifndef G10_MAIN_H
#define G10_MAIN_H
#include "types.h"
+#include "iobuf.h"
/*-- encode.c --*/
int encode_symmetric( const char *filename );
int encode_store( const char *filename );
int encode_crypt( const char *filename, STRLIST remusr );
+/*-- sign.c --*/
+int sign_file( const char *filename, int detached, STRLIST locusr );
+
/*-- keygen.c --*/
void generate_keypair(void);
-/*-- overwrite.c --*/
+/*-- openfile.c --*/
int overwrite_filep( const char *fname );
+IOBUF open_outfile( const char *fname );
#endif /*G10_MAIN_H*/