aboutsummaryrefslogtreecommitdiffstats
path: root/g10/main.h
diff options
context:
space:
mode:
authorStefan Bellon <[email protected]>2002-09-23 13:03:52 +0000
committerStefan Bellon <[email protected]>2002-09-23 13:03:52 +0000
commitbbf5ea78c2708d19e40e0e9469c36083571410f8 (patch)
tree21cfcc9484c00fd480850f5ed3745578ca7945e1 /g10/main.h
parentavoid function clone (diff)
downloadgnupg-bbf5ea78c2708d19e40e0e9469c36083571410f8.tar.gz
gnupg-bbf5ea78c2708d19e40e0e9469c36083571410f8.zip
added fast-import to import-options
Diffstat (limited to 'g10/main.h')
-rw-r--r--g10/main.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/g10/main.h b/g10/main.h
index 4282a47c2..f16355bc8 100644
--- a/g10/main.h
+++ b/g10/main.h
@@ -152,11 +152,12 @@ KBNODE make_mpi_comment_node( const char *s, MPI a );
/*-- import.c --*/
#define IMPORT_ALLOW_LOCAL_SIGS 1
#define IMPORT_REPAIR_HKP_SUBKEY_BUG 2
+#define IMPORT_FAST_IMPORT 4
int parse_import_options(char *str,unsigned int *options);
-void import_keys( char **fnames, int nnames, int fast,
+void import_keys( char **fnames, int nnames,
void *stats_hd, unsigned int options );
-int import_keys_stream( IOBUF inp, int fast,
+int import_keys_stream( IOBUF inp,
void *stats_hd, unsigned int options );
void *import_new_stats_handle (void);
void import_release_stats_handle (void *p);