diff options
Diffstat (limited to 'inc/log.h')
-rw-r--r-- | inc/log.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |