diff options
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 0b6d4e9bc..23514ad1f 100644 --- a/include/util.h +++ b/include/util.h @@ -79,6 +79,7 @@ const char *strusage( int level ); /*-- fileutil.c --*/ +char *make_filename( const char *first_part, ... ); /*-- miscutil.c --*/ u32 make_timestamp(void); |