aboutsummaryrefslogtreecommitdiff
path: root/inc/log.h
diff options
context:
space:
mode:
authorMarvin Borner2023-05-26 20:34:07 +0200
committerMarvin Borner2023-05-26 20:34:22 +0200
commit896e0e1bd8502a6d7f901f9e13bcd95df5d98635 (patch)
tree4bc1916e81f75980c213802b1d4f3e81f74fb3b3 /inc/log.h
parent464cca35825a02541efd46cfd3af91146c118d01 (diff)
Abstract abstractification
Diffstat (limited to 'inc/log.h')
-rw-r--r--inc/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/log.h b/inc/log.h
index 8d33658..846b4f5 100644
--- a/inc/log.h
+++ b/inc/log.h
@@ -1,8 +1,8 @@
// Copyright (c) 2023, Marvin Borner <dev@marvinborner.de>
// SPDX-License-Identifier: MIT
-#ifndef BLOC_LOG_H
-#define BLOC_LOG_H
+#ifndef CALM_LOG_H
+#define CALM_LOG_H
void debug(const char *format, ...);
void debug_enable(int enable);