diff options
author | Werner Koch <wk@gnupg.org> | 1999-05-27 09:45:46 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-05-27 09:45:46 +0200 |
commit | a6a548ab56f931923ddf02c132aa202992445034 (patch) | |
tree | 283c44c6c1f9e51706f6f8f6884754623ef0dae3 /include | |
parent | See ChangeLog: Wed May 26 14:36:29 CEST 1999 Werner Koch (diff) | |
download | gnupg2-a6a548ab56f931923ddf02c132aa202992445034.tar.xz gnupg2-a6a548ab56f931923ddf02c132aa202992445034.zip |
See ChangeLog: Thu May 27 09:40:55 CEST 1999 Werner Koch
Diffstat (limited to 'include')
-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 f62f34de8..9a4f1ffb5 100644 --- a/include/util.h +++ b/include/util.h @@ -154,6 +154,7 @@ const char *strtimestamp( u32 stamp ); /* GMT */ const char *asctimestamp( u32 stamp ); /* localized */ void print_string( FILE *fp, const byte *p, size_t n, int delim ); int answer_is_yes( const char *s ); +int answer_is_yes_no_quit( const char *s ); /*-- strgutil.c --*/ void free_strlist( STRLIST sl ); |