aboutsummaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-11-21 01:02:46 +0000
committerDavid Shaw <[email protected]>2003-11-21 01:02:46 +0000
commite81f523ca20e455a36009a4e7edeb78c0cedcbb0 (patch)
tree584933427cf0f362633210a81ed08760690ebaca /include/util.h
parent* seskey.c (do_encode_md): Comment about earlier (pre-PGP 2.3) encodings. (diff)
downloadgnupg-e81f523ca20e455a36009a4e7edeb78c0cedcbb0.tar.gz
gnupg-e81f523ca20e455a36009a4e7edeb78c0cedcbb0.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 736e5f620..ba800d30b 100644
--- a/include/util.h
+++ b/include/util.h
@@ -171,6 +171,7 @@ char *make_printable_string( const byte *p, size_t n, int delim );
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 match_multistr(const char *multistr,const char *match);
/*-- strgutil.c --*/
void free_strlist( STRLIST sl );