From 0b66f30d66fadbfd1a949edbe765043b06c5931b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 21 Jun 2007 18:44:48 +0000 Subject: Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under Windows. --- g10/main.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'g10/main.h') 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); -- cgit v1.2.3