diff options
Diffstat (limited to 'common/logging.h')
-rw-r--r-- | common/logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/logging.h b/common/logging.h index 2c29a0b1b..91619179a 100644 --- a/common/logging.h +++ b/common/logging.h @@ -35,7 +35,7 @@ int log_get_errorcount (int clear); void log_inc_errorcount (void); void log_set_file( const char *name ); void log_set_fd (int fd); -void log_set_get_tid_callback (unsigned long (*cb)(void)); +void log_set_pid_suffix_cb (int (*cb)(unsigned long *r_value)); void log_set_prefix (const char *text, unsigned int flags); const char *log_get_prefix (unsigned int *flags); int log_test_fd (int fd); |