summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/log.h b/src/log.h
index e030bc9..93765ec 100644
--- a/src/log.h
+++ b/src/log.h
@@ -1,6 +1,8 @@
#ifndef LOG_H
#define LOG_H
+void log_indent(void);
+void log_unindent(void);
void log_error(const char *const fmt, ...);
void log_warning(const char *const fmt, ...);
void log_debug(const char *const fmt, ...);