From e81943f748e50736294bafcaefbb9ced5751242d Mon Sep 17 00:00:00 2001 From: David Shaw Date: Fri, 21 Nov 2003 01:03:51 +0000 Subject: * util.h: Add prototype for match_multistr(). --- include/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/util.h') 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 ); -- cgit