1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-24 15:31:41 +02:00

* util.h: Prototype for hextobyte().

This commit is contained in:
David Shaw 2004-02-21 22:13:39 +00:00
parent fcc02ac22a
commit 9afea90825
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-02-21 David Shaw <dshaw@jabberwocky.com>
* util.h: Prototype for hextobyte().
2004-01-16 David Shaw <dshaw@jabberwocky.com>
* cipher.h: Remove the old CIPHER_ALGO_RINJDAEL values.

View File

@ -161,7 +161,6 @@ const char *print_fname_stdin( const char *s );
const char *print_fname_stdout( const char *s );
int is_file_compressed(const char *s, int *r_status);
/*-- miscutil.c --*/
u32 make_timestamp(void);
u32 scan_isodatestr( const char *string );
@ -179,6 +178,7 @@ 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);
int hextobyte( const char *s );
/*-- strgutil.c --*/
void free_strlist( STRLIST sl );