diff options
Diffstat (limited to '')
-rw-r--r-- | include/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h index 6a07fcb73..c32f74a70 100644 --- a/include/util.h +++ b/include/util.h @@ -56,7 +56,8 @@ typedef struct { } ARGPARSE_OPTS; /*-- logger.c --*/ -void set_log_pid( int pid ); +void log_set_pid( int pid ); +int log_get_errorcount( int clear ); void printstr( int level, const char *fmt, ... ); void log_bug( const char *fmt, ... ); void log_fatal( const char *fmt, ... ); |