summaryrefslogtreecommitdiffstats
path: root/lib/keychain.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/keychain.h')
-rw-r--r--lib/keychain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/keychain.h b/lib/keychain.h
index be93275..c96b74e 100644
--- a/lib/keychain.h
+++ b/lib/keychain.h
@@ -82,6 +82,7 @@ struct key {
DECLARE_QOBJ_TYPE(key);
extern void keychain_init(void);
+extern void keychain_terminate(void);
extern struct keychain *keychain_lookup(const char *);
extern struct key *key_lookup_for_accept(const struct keychain *, uint32_t);
extern struct key *key_match_for_accept(const struct keychain *, const char *);