From b5bdc1d887a519de1d96d6da4534fbbe1210ee2d Mon Sep 17 00:00:00 2001 From: Maja Gorecka-Wolniewicz Date: Tue, 22 Nov 2011 09:52:53 +0100 Subject: F-Ticks logging changes --- debug.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debug.h') diff --git a/debug.h b/debug.h index d9b48c1..c929e6e 100644 --- a/debug.h +++ b/debug.h @@ -26,7 +26,11 @@ void debugx(int status, uint8_t level, char *format, ...); void debugerrno(int err, uint8_t level, char *format, ...); void debugerrnox(int err, uint8_t level, char *format, ...); int debug_set_destination(char *dest); +int debug_set_ftickssyslogfacility(char *dest); void debug_reopen_log(); +#if defined(WANT_FTICKS) +void fticks_debug(const char *format, ...); +#endif /* Local Variables: */ /* c-file-style: "stroustrup" */ -- cgit v1.1