diff options
author | Werner Koch <wk@gnupg.org> | 1997-12-20 18:23:29 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1997-12-20 18:23:29 +0100 |
commit | cb5459aed775ed1eafcd89bb38544c6360c40e49 (patch) | |
tree | 38716e06e78ec08cf557b1df68ef001f8c9dfeb1 /include/util.h | |
parent | better prime number generator. improved ELG key generation (diff) | |
download | gnupg2-cb5459aed775ed1eafcd89bb38544c6360c40e49.tar.xz gnupg2-cb5459aed775ed1eafcd89bb38544c6360c40e49.zip |
very first release
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index 23514ad1f..69cfc0bb0 100644 --- a/include/util.h +++ b/include/util.h @@ -84,6 +84,7 @@ char *make_filename( const char *first_part, ... ); /*-- miscutil.c --*/ u32 make_timestamp(void); void print_string( FILE *fp, byte *p, size_t n ); +int answer_is_yes( const char *s ); /*-- strgutil.c --*/ void free_strlist( STRLIST sl ); |