aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-06-21 18:44:48 +0000
committerWerner Koch <[email protected]>2007-06-21 18:44:48 +0000
commit0b66f30d66fadbfd1a949edbe765043b06c5931b (patch)
treee2e33a51151de2deac0d4e43cd7bc38429fe2965 /g10/gpg.h
parent[w32] gpg-agent is now started automagically by gpgsm. (diff)
downloadgnupg-0b66f30d66fadbfd1a949edbe765043b06c5931b.tar.gz
gnupg-0b66f30d66fadbfd1a949edbe765043b06c5931b.zip
Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under Windows.
Diffstat (limited to 'g10/gpg.h')
-rw-r--r--g10/gpg.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/g10/gpg.h b/g10/gpg.h
index 9e0c9607e..d47c58fe2 100644
--- a/g10/gpg.h
+++ b/g10/gpg.h
@@ -64,14 +64,6 @@ struct server_control_s
{
struct server_local_s *server_local;
};
-typedef struct server_control_s *ctrl_t;
-
-
-
-
-/*-- server.c --*/
-int gpg_server (ctrl_t);
-