summaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1997-12-20 18:23:29 +0100
committerWerner Koch <wk@gnupg.org>1997-12-20 18:23:29 +0100
commitcb5459aed775ed1eafcd89bb38544c6360c40e49 (patch)
tree38716e06e78ec08cf557b1df68ef001f8c9dfeb1 /include/util.h
parentbetter prime number generator. improved ELG key generation (diff)
downloadgnupg2-cb5459aed775ed1eafcd89bb38544c6360c40e49.tar.xz
gnupg2-cb5459aed775ed1eafcd89bb38544c6360c40e49.zip
very first release
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h1
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 );