diff options
author | Werner Koch <[email protected]> | 2004-06-18 09:53:56 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-06-18 09:53:56 +0000 |
commit | a1dfa88e521d0340c2c4afb8d3da5356daaea856 (patch) | |
tree | 8e4d7af650937c79987e21bc7ff50f079d726b5f /kbx/keybox-defs.h | |
parent | (osc_get_status): Fixed type in function name. Noted by (diff) | |
download | gnupg-a1dfa88e521d0340c2c4afb8d3da5356daaea856.tar.gz gnupg-a1dfa88e521d0340c2c4afb8d3da5356daaea856.zip |
* keybox-dump.c (_keybox_dump_file): New arg STATS_ONLY.
(update_stats): New.
* kbxutil.c (main): New command --stats.
Diffstat (limited to 'kbx/keybox-defs.h')
-rw-r--r-- | kbx/keybox-defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbx/keybox-defs.h b/kbx/keybox-defs.h index 705762c41..759289a0e 100644 --- a/kbx/keybox-defs.h +++ b/kbx/keybox-defs.h @@ -122,7 +122,7 @@ gpg_err_code_t _keybox_get_flag_location (const unsigned char *buffer, /*-- keybox-dump.c --*/ int _keybox_dump_blob (KEYBOXBLOB blob, FILE *fp); -int _keybox_dump_file (const char *filename, FILE *outfp); +int _keybox_dump_file (const char *filename, int stats_only, FILE *outfp); /*-- keybox-util.c --*/ |