From 459fd487fcbdc33fcccddbf4c82eae048275ba51 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Fri, 29 May 2020 12:53:42 +0200 Subject: drop C codebase --- include/log.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 include/log.h (limited to 'include/log.h') diff --git a/include/log.h b/include/log.h deleted file mode 100644 index 154e6ec..0000000 --- a/include/log.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef ZTDNS_LOG_H -#define ZTDNS_LOG_H - -#include - -/* These functions will change later - it's just a "mock", so that every1 can - * already write code with ztdns_info() :) - * Use like ztdns_info("something wrong happened! %s", errorstring); - */ -#define ztdns_debug(printfargs...) printf(printfargs) -#define ztdns_info(printfargs...) printf(printfargs) -#define ztdns_warn(printfargs...) printf(printfargs) -#define ztdns_error(printfargs...) printf(printfargs) - -#endif /* ZTDNS_LOG_H */ -- cgit v1.2.3