aboutsummaryrefslogtreecommitdiffstats
path: root/g10/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/main.h')
-rw-r--r--g10/main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h
index cd52c827b..f6657a2c2 100644
--- a/g10/main.h
+++ b/g10/main.h
@@ -154,6 +154,9 @@ int decrypt_message( const char *filename );
int hash_datafiles( MD_HANDLE md, MD_HANDLE md2,
STRLIST files, const char *sigfilename, int textmode );
+/*-- pipemode.c --*/
+void run_in_pipemode (void);
+
/*-- signal.c --*/
void init_signals(void);
void pause_on_sigusr( int which );