Module Name: src
Committed By: agc
Date: Mon Dec 7 16:56:03 UTC 2009
Modified Files:
src/crypto/external/bsd/netpgp/dist/include: netpgp.h
Log Message:
Add a prototype for netpgp_match_list_keys()
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
src/crypto/external/bsd/netpgp/dist/include/netpgp.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/netpgp/dist/include/netpgp.h
diff -u src/crypto/external/bsd/netpgp/dist/include/netpgp.h:1.11 src/crypto/external/bsd/netpgp/dist/include/netpgp.h:1.12
--- src/crypto/external/bsd/netpgp/dist/include/netpgp.h:1.11 Thu Nov 19 21:56:00 2009
+++ src/crypto/external/bsd/netpgp/dist/include/netpgp.h Mon Dec 7 16:56:03 2009
@@ -69,6 +69,7 @@
/* key management */
int netpgp_list_keys(netpgp_t *);
+int netpgp_match_list_keys(netpgp_t *, char *);
int netpgp_find_key(netpgp_t *, char *);
char *netpgp_get_key(netpgp_t *, const char *);
int netpgp_export_key(netpgp_t *, char *);