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 1860853da..69e0d95f5 100644
--- a/g10/main.h
+++ b/g10/main.h
@@ -23,9 +23,11 @@
#define G10_MAIN_H
#include "types.h"
-#include "../common/iobuf.h"
+#include "iobuf.h"
#include "cipher.h"
#include "keydb.h"
+#include "util.h"
+
/* It could be argued that the default cipher should be 3DES rather
than CAST5, and the default compression should be 0
@@ -300,6 +302,9 @@ void block_all_signals(void);
void unblock_all_signals(void);
+/*-- server.c --*/
+int gpg_server (ctrl_t);
+
#ifdef ENABLE_CARD_SUPPORT
/*-- card-util.c --*/
void change_pin (int no, int allow_admin);