mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
common: Add functions make_absfilename and make_absfilename_try.
* common/stringhelp.c (do_make_filename): Add modes 2 and 3. (make_absfilename): New. (make_absfilename_try): New.
This commit is contained in:
parent
1a87edab66
commit
71a54313ad
3 changed files with 174 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue