diff options
Diffstat (limited to 'common/stringhelp.h')
-rw-r--r-- | common/stringhelp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/stringhelp.h b/common/stringhelp.h index 21bb20d5a..1ad380e79 100644 --- a/common/stringhelp.h +++ b/common/stringhelp.h @@ -53,6 +53,9 @@ char *make_basename(const char *filepath, const char *inputpath); char *make_dirname(const char *filepath); char *make_filename( const char *first_part, ... ) GNUPG_GCC_A_SENTINEL(0); char *make_filename_try (const char *first_part, ... ) GNUPG_GCC_A_SENTINEL(0); +char *make_absfilename (const char *first_part, ...) GNUPG_GCC_A_SENTINEL(0); +char *make_absfilename_try (const char *first_part, + ...) GNUPG_GCC_A_SENTINEL(0); int compare_filenames( const char *a, const char *b ); int hextobyte (const char *s); |