diff options
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h index e083c53c9..620457860 100644 --- a/include/util.h +++ b/include/util.h @@ -101,10 +101,13 @@ const char *strusage( int level ); /*-- fileutil.c --*/ char *make_filename( const char *first_part, ... ); +const char *print_fname_stdin( const char *s ); +const char *print_fname_stdout( const char *s ); + /*-- miscutil.c --*/ u32 make_timestamp(void); -void print_string( FILE *fp, byte *p, size_t n ); +void print_string( FILE *fp, byte *p, size_t n, int delim ); int answer_is_yes( const char *s ); /*-- strgutil.c --*/ |