aboutsummaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-11-21 01:03:51 +0000
committerDavid Shaw <[email protected]>2003-11-21 01:03:51 +0000
commite81943f748e50736294bafcaefbb9ced5751242d (patch)
treecccf7507d8ff17ddd8b7540d29b0721206ee14ad /include/util.h
parent* miscutil.c (match_multistr): New. Match against each segment in a (diff)
downloadgnupg-e81943f748e50736294bafcaefbb9ced5751242d.tar.gz
gnupg-e81943f748e50736294bafcaefbb9ced5751242d.zip
* util.h: Add prototype for match_multistr().
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
index da2758a02..6492b012b 100644
--- a/include/util.h
+++ b/include/util.h
@@ -176,6 +176,7 @@ int answer_is_yes_no_default( const char *s, int def_answer );
int answer_is_yes( const char *s );
int answer_is_yes_no_quit( const char *s );
int answer_is_okay_cancel (const char *s, int def_answer);
+int match_multistr(const char *multistr,const char *match);
/*-- strgutil.c --*/
void free_strlist( STRLIST sl );