diff options
Diffstat (limited to '')
-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 ); |