Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/netpgp/dist/include Add a prototype for ...
details: https://anonhg.NetBSD.org/src/rev/05cb7f644ca3
branches: trunk
changeset: 749767:05cb7f644ca3
user: agc <agc%NetBSD.org@localhost>
date: Mon Dec 07 16:56:03 2009 +0000
description:
Add a prototype for netpgp_match_list_keys()
diffstat:
crypto/external/bsd/netpgp/dist/include/netpgp.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r ccf551fd284f -r 05cb7f644ca3 crypto/external/bsd/netpgp/dist/include/netpgp.h
--- a/crypto/external/bsd/netpgp/dist/include/netpgp.h Mon Dec 07 16:55:37 2009 +0000
+++ b/crypto/external/bsd/netpgp/dist/include/netpgp.h Mon Dec 07 16:56:03 2009 +0000
@@ -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 *);
Home |
Main Index |
Thread Index |
Old Index