summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/debug.h b/debug.h
index 12cb109..83785ee 100644
--- a/debug.h
+++ b/debug.h
@@ -25,9 +25,7 @@ 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 log_type);
void debug_reopen_log();
-#if defined(WANT_FTICKS)
void fticks_debug(const char *format, ...);
-#endif
/* Local Variables: */
/* c-file-style: "stroustrup" */