summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.h b/debug.h
index 761a555..3a0bbc6 100644
--- a/debug.h
+++ b/debug.h
@@ -17,7 +17,7 @@
void debug_init(char *ident);
void debug_set_level(uint8_t level);
-void debug_no_timestamp();
+void debug_timestamp_on();
uint8_t debug_get_level();
void debug(uint8_t level, char *format, ...);
void debugx(int status, uint8_t level, char *format, ...);