aboutsummaryrefslogtreecommitdiffstats
path: root/g10/hkp.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/hkp.h')
-rw-r--r--g10/hkp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/g10/hkp.h b/g10/hkp.h
index 003f89965..9ff8511d2 100644
--- a/g10/hkp.h
+++ b/g10/hkp.h
@@ -21,11 +21,9 @@
#ifndef G10_HKP_H
#define G10_HKP_H 1
-
int hkp_ask_import( u32 *keyid, void *stats_handle);
int hkp_import( STRLIST users );
int hkp_export( STRLIST users );
-int hkp_refresh_keys (void);
-
+int hkp_search(STRLIST tokens);
#endif /*G10_HKP_H*/