aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-03-21 14:42:14 +0000
committerWerner Koch <[email protected]>2002-03-21 14:42:14 +0000
commit208b08af799bb4d612d55bfbf5df526090e33be1 (patch)
treed0e73def6da5675c8d6666ba293976cb504dd42f /sm/gpgsm.h
parentAdded missing file (diff)
downloadgnupg-208b08af799bb4d612d55bfbf5df526090e33be1.tar.gz
gnupg-208b08af799bb4d612d55bfbf5df526090e33be1.zip
* export.c: New.
* gpgsm.c: Add command --export. * server.c (cmd_export): New.
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r--sm/gpgsm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h
index 40a5d5130..a46627da3 100644
--- a/sm/gpgsm.h
+++ b/sm/gpgsm.h
@@ -188,6 +188,9 @@ void gpgsm_list_keys (CTRL ctrl, STRLIST names, FILE *fp, unsigned int mode);
/*-- import.c --*/
int gpgsm_import (CTRL ctrl, int in_fd);
+/*-- export.c --*/
+void gpgsm_export (CTRL ctrl, STRLIST names, FILE *fp);
+
/*-- verify.c --*/
int gpgsm_verify (CTRL ctrl, int in_fd, int data_fd, FILE *out_fp);
@@ -227,6 +230,3 @@ int gpgsm_dirmngr_isvalid (KsbaCert cert);
#endif /*GPGSM_H*/
-
-
-