diff options
author | Stefan Bellon <[email protected]> | 2002-10-29 14:37:12 +0000 |
---|---|---|
committer | Stefan Bellon <[email protected]> | 2002-10-29 14:37:12 +0000 |
commit | e4021a4c95b858f0618f7b1d27520abd97b2da79 (patch) | |
tree | ead4b32dffb518f744068c07bda60bcfa99a5e04 /include/util.h | |
parent | filetype support for RISC OS (diff) | |
download | gnupg-e4021a4c95b858f0618f7b1d27520abd97b2da79.tar.gz gnupg-e4021a4c95b858f0618f7b1d27520abd97b2da79.zip |
tidied RISC OS filetype support
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h index 4ac2b1537..de56cbeae 100644 --- a/include/util.h +++ b/include/util.h @@ -152,7 +152,7 @@ int release_dotlock( DOTLOCK h ); void remove_lockfiles (void); /*-- fileutil.c --*/ -char * make_basename(const char *filepath); +char * make_basename(const char *filepath, const char *inputpath); char * make_dirname(const char *filepath); char *make_filename( const char *first_part, ... ); int compare_filenames( const char *a, const char *b ); @@ -283,6 +283,7 @@ int fdopenfile(const char *filename, const int allow_write); void close_fds(void); int renamefile(const char *old, const char *new); char *gstrans(const char *old); +char *riscos_make_basename(const char *filepath, const char *inputpath); void not_implemented(const char *feature); #ifdef DEBUG void dump_fdlist(void); |