From 80191b41352ad20493fb62e8f3683d69133d0d24 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 14 Feb 2013 18:03:09 -0500 Subject: Initial commit. --- (limited to 'src/logging.h') diff --git a/src/logging.h b/src/logging.h new file mode 100644 index 0000000..e03dad6 --- /dev/null +++ b/src/logging.h @@ -0,0 +1,8 @@ +#ifndef LOGGING_H +#define LOGGING_H + +void debug(const char *fmt, ...); +void warn(const char *fmt, ...); +void err(int status, const char *fmt, ...); + +#endif -- cgit v0.9.1