diff options
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index a79b8ef72..5dd656e72 100644 --- a/include/util.h +++ b/include/util.h @@ -125,6 +125,8 @@ const char *strusage( int level ); /*-- fileutil.c --*/ +char * make_basename(const char *filepath); +char * make_dirname(const char *filepath); char *make_filename( const char *first_part, ... ); int compare_filenames( const char *a, const char *b ); const char *print_fname_stdin( const char *s ); |