diff options
author | Werner Koch <[email protected]> | 1998-10-25 19:00:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-10-25 19:00:01 +0000 |
commit | 5ccb92591e5ff9cf90efeb5ef527cf7a5fb08fcf (patch) | |
tree | 241529d030ede38fcdaee1a708c5956693ed159d /include/util.h | |
parent | Epxerimenta support for GDBM keyings. (diff) | |
download | gnupg-5ccb92591e5ff9cf90efeb5ef527cf7a5fb08fcf.tar.gz gnupg-5ccb92591e5ff9cf90efeb5ef527cf7a5fb08fcf.zip |
some random changes
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 ); |