From e81f523ca20e455a36009a4e7edeb78c0cedcbb0 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Fri, 21 Nov 2003 01:02:46 +0000 Subject: * util.h: Add prototype for match_multistr(). --- include/ChangeLog | 4 ++++ include/util.h | 1 + 2 files changed, 5 insertions(+) diff --git a/include/ChangeLog b/include/ChangeLog index 980cc1c0d..8882a946a 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2003-11-20 David Shaw + + * util.h: Add prototype for match_multistr(). + 2003-10-30 David Shaw * cipher.h: Add COMPRESS_ALGO_BZIP2. 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 ); -- cgit v1.2.3