diff options
author | Werner Koch <[email protected]> | 2008-10-29 17:24:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-10-29 17:24:27 +0000 |
commit | 8997c155e3cf7054084bb529e352af7a42eedc32 (patch) | |
tree | 7bf4c753a0e7478292342b21b6c0e6025f14da98 /jnlib/stringhelp.h | |
parent | Cosmetic fix (diff) | |
download | gnupg-8997c155e3cf7054084bb529e352af7a42eedc32.tar.gz gnupg-8997c155e3cf7054084bb529e352af7a42eedc32.zip |
Check that the socket is well and served by us.
Diffstat (limited to '')
-rw-r--r-- | jnlib/stringhelp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jnlib/stringhelp.h b/jnlib/stringhelp.h index cb7051933..32150f7de 100644 --- a/jnlib/stringhelp.h +++ b/jnlib/stringhelp.h @@ -38,6 +38,7 @@ size_t length_sans_trailing_ws (const unsigned char *line, size_t len); char *make_basename(const char *filepath, const char *inputpath); char *make_dirname(const char *filepath); char *make_filename( const char *first_part, ... ); +char *make_filename_try (const char *first_part, ... ); int compare_filenames( const char *a, const char *b ); int hextobyte (const char *s); |