aboutsummaryrefslogtreecommitdiffstats
path: root/sm/keydb.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-12-11 12:31:04 +0000
committerWerner Koch <[email protected]>2001-12-11 12:31:04 +0000
commit6a8c47bd29d24d160b56d782513db0187b80819d (patch)
tree1a7cbc3a98010a058913b8faa3c62132c6fa09e2 /sm/keydb.h
parentNew searchmode and hack to allow a hex encoded serial number (diff)
downloadgnupg-6a8c47bd29d24d160b56d782513db0187b80819d.tar.gz
gnupg-6a8c47bd29d24d160b56d782513db0187b80819d.zip
Implemented encryption in server mode.
Allow to specify a recipient on the commandline There is still a default hardwired recipient if none has been set.
Diffstat (limited to 'sm/keydb.h')
-rw-r--r--sm/keydb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/keydb.h b/sm/keydb.h
index 7029d0796..4fdda9d6d 100644
--- a/sm/keydb.h
+++ b/sm/keydb.h
@@ -60,6 +60,8 @@ int keydb_search_issuer_sn (KEYDB_HANDLE hd,
const char *issuer, const unsigned char *serial);
int keydb_search_subject (KEYDB_HANDLE hd, const char *issuer);
+int keydb_classify_name (const char *name, KEYDB_SEARCH_DESC *desc);
+
#endif /*GNUPG_KEYDB_H*/