aboutsummaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-01-13 19:04:23 +0000
committerWerner Koch <[email protected]>1998-01-13 19:04:23 +0000
commit922e57dd57ca46c5368c7044ca98b1ddf085828d (patch)
treecaa0679030553da56e498bbac75d409bd3841a18 /include/util.h
parentstarted with trust stuff (diff)
downloadgnupg-922e57dd57ca46c5368c7044ca98b1ddf085828d.tar.gz
gnupg-922e57dd57ca46c5368c7044ca98b1ddf085828d.zip
*** empty log message ***
Diffstat (limited to '')
-rw-r--r--include/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
index 34015ffe6..7f2593022 100644
--- a/include/util.h
+++ b/include/util.h
@@ -91,6 +91,7 @@ int answer_is_yes( const char *s );
/*-- strgutil.c --*/
void free_strlist( STRLIST sl );
#define FREE_STRLIST(a) do { free_strlist((a)); (a) = NULL ; } while(0)
+void add_to_strlist( STRLIST *list, const char *string );
char *memistr( char *buf, size_t buflen, const char *sub );
char *trim_spaces( char *string );
int string_count_chr( const char *string, int c );