diff options
author | Werner Koch <wk@gnupg.org> | 2006-04-21 14:56:40 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-04-21 14:56:40 +0200 |
commit | 4459fcb032268d6164ce70ab750f7b6baded9bf2 (patch) | |
tree | 8726c450d6750d110809c70cb0be27f716ab90b9 /jnlib/stringhelp.h | |
parent | Continued with merging. (diff) | |
download | gnupg2-4459fcb032268d6164ce70ab750f7b6baded9bf2.tar.xz gnupg2-4459fcb032268d6164ce70ab750f7b6baded9bf2.zip |
Still merging 1.4.3 code back
Diffstat (limited to '')
-rw-r--r-- | jnlib/stringhelp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlib/stringhelp.h b/jnlib/stringhelp.h index bdd7d561c..4c9e66452 100644 --- a/jnlib/stringhelp.h +++ b/jnlib/stringhelp.h @@ -35,7 +35,7 @@ size_t length_sans_trailing_chars (const unsigned char *line, size_t len, size_t length_sans_trailing_ws (const unsigned char *line, size_t len); -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 ); |