From 8997c155e3cf7054084bb529e352af7a42eedc32 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 29 Oct 2008 17:24:27 +0000 Subject: Check that the socket is well and served by us. --- jnlib/stringhelp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'jnlib/stringhelp.h') 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); -- cgit v1.2.3