mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Check that the socket is well and served by us.
This commit is contained in:
parent
738f3c74b5
commit
8997c155e3
6 changed files with 260 additions and 95 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue