aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/util.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 582af41ca..a94ef1271 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-20 David Shaw <[email protected]>
+
+ * util.h: Add prototype for match_multistr().
+
2003-10-31 David Shaw <[email protected]>
* cipher.h: Add COMPRESS_ALGO_BZIP2.
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 );