mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* util.h: Add prototype for match_multistr().
This commit is contained in:
parent
baf4e3b6fc
commit
e81943f748
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-11-20 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* util.h: Add prototype for match_multistr().
|
||||
|
||||
2003-10-31 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* cipher.h: Add COMPRESS_ALGO_BZIP2.
|
||||
|
|
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue