mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
* util.h: Add prototype for match_multistr().
This commit is contained in:
parent
f909811a73
commit
e81f523ca2
@ -1,3 +1,7 @@
|
|||||||
|
2003-11-20 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* util.h: Add prototype for match_multistr().
|
||||||
|
|
||||||
2003-10-30 David Shaw <dshaw@jabberwocky.com>
|
2003-10-30 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* cipher.h: Add COMPRESS_ALGO_BZIP2.
|
* cipher.h: Add COMPRESS_ALGO_BZIP2.
|
||||||
|
@ -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_no_default( const char *s, int def_answer );
|
||||||
int answer_is_yes( const char *s );
|
int answer_is_yes( const char *s );
|
||||||
int answer_is_yes_no_quit( const char *s );
|
int answer_is_yes_no_quit( const char *s );
|
||||||
|
int match_multistr(const char *multistr,const char *match);
|
||||||
|
|
||||||
/*-- strgutil.c --*/
|
/*-- strgutil.c --*/
|
||||||
void free_strlist( STRLIST sl );
|
void free_strlist( STRLIST sl );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user