From 477e1ba2977435ae7bb75c7dbd95cf28247f89bd Mon Sep 17 00:00:00 2001 From: nirav Date: Thu, 28 Mar 2019 09:10:52 +0530 Subject: Move APIs into libgs dir --- src/log.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index ecd3428..f38be7a 100644 --- a/src/log.h +++ b/src/log.h @@ -8,6 +8,7 @@ enum log_level { LOG_FATAL }; -void log_msg(enum log_level level, const char *namespace, const char *format, ...); +void log_msg(enum log_level level, const char *namespace, + const char *format, ...); #endif -- cgit v1.2.3