aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/log.h b/src/log.h
index 462baa066..5903b18ab 100644
--- a/src/log.h
+++ b/src/log.h
@@ -22,11 +22,7 @@
#include <glib.h>
#include <stdbool.h>
-G_GNUC_PRINTF(1, 2) void ERROR(const char *fmt, ...);
-G_GNUC_PRINTF(1, 2) void LOG(const char *fmt, ...);
-G_GNUC_PRINTF(1, 2) void SECURE(const char *fmt, ...);
G_GNUC_PRINTF(1, 2) void DEBUG(const char *fmt, ...);
-G_GNUC_PRINTF(1, 2) void WARNING(const char *fmt, ...);
G_GNUC_PRINTF(1, 2) G_GNUC_NORETURN void FATAL(const char *fmt, ...);
void log_init(bool verbose, bool use_stdout);