1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Fri Dec 31 14:08:15 CET 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-12-31 13:06:59 +00:00
parent b7a2f83141
commit dae44387d6
16 changed files with 347 additions and 319 deletions

View file

@ -65,6 +65,7 @@ void log_set_name( const char *name );
const char *log_get_name(void);
void log_set_pid( int pid );
int log_get_errorcount( int clear );
void log_inc_errorcount(void);
void g10_log_hexdump( const char *text, const char *buf, size_t len );
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5 )