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