From 5ccb92591e5ff9cf90efeb5ef527cf7a5fb08fcf Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sun, 25 Oct 1998 19:00:01 +0000 Subject: some random changes --- include/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/util.h') 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 ); -- cgit v1.2.3