diff options
Diffstat (limited to '')
-rw-r--r-- | include/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index a95b42c7b..375204e78 100644 --- a/include/util.h +++ b/include/util.h @@ -40,6 +40,7 @@ void gpg_log_print_prefix(const char *text); void log_set_name( const char *name ); const char *log_get_name(void); void log_set_pid( int pid ); +void log_inc_errorcount(void); int log_get_errorcount( int clear ); void gpg_log_hexdump( const char *text, const char *buf, size_t len ); |