summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2016-09-13 17:59:13 +0200
committerLinus Nordberg <linus@nordu.net>2016-09-21 13:15:11 +0200
commit6ff93d467cd5e59cfa5445baf4f615bd9c8d44a4 (patch)
tree3996259cb262678660d682c125650f3c09678d6f /debug.h
parentf221191a52217fa30838f9eef8ac6933b4ef459f (diff)
Require libnettle unconditionally.openssl11-rebased
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" */