diff options
author | Maja Gorecka-Wolniewicz <mgw@puma.uci.umk.pl> | 2011-11-22 09:52:53 +0100 |
---|---|---|
committer | Maja Gorecka-Wolniewicz <mgw@puma.uci.umk.pl> | 2011-11-22 09:52:53 +0100 |
commit | b5bdc1d887a519de1d96d6da4534fbbe1210ee2d (patch) | |
tree | 40b81f6b53e3fb65cb3f74ce513e7bcebf81498a /debug.h | |
parent | c17e44da367ce2cf17c73342477387192aeab54e (diff) |
F-Ticks logging changes
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" */ |