aboutsummaryrefslogtreecommitdiffstats
path: root/g10/objcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/objcache.h')
-rw-r--r--g10/objcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/objcache.h b/g10/objcache.h
index e92679168..edf129525 100644
--- a/g10/objcache.h
+++ b/g10/objcache.h
@@ -24,5 +24,6 @@
void objcache_dump_stats (void);
void cache_put_keyblock (kbnode_t keyblock);
char *cache_get_uid_bykid (u32 *keyid, unsigned int *r_length);
+char *cache_get_uid_byfpr (const byte *fpr, size_t fprlen, size_t *r_length);
#endif /*GNUPG_G10_OBJCACHE_H*/