From 5fa677e245b39735bce7243b3461723a26b16c3e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 18 Dec 2008 21:12:55 +0100 Subject: log.c, log.h: new files --- log.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 log.h (limited to 'log.h') diff --git a/log.h b/log.h new file mode 100644 index 0000000..8668dff --- /dev/null +++ b/log.h @@ -0,0 +1,8 @@ +#ifndef LOG_H +#define LOG_H +void log_init(void); +void log_debug(const char *format, ...); +void log_perror(const char *message); +void log_error(const char *format, ...); +void log_info(const char *format, ...); +#endif -- cgit v1.2.3