diff -r bf6cf4dd847a -r f84805e6df03 project_files/frontlib/logging.h --- a/project_files/frontlib/logging.h Fri Jun 08 19:52:24 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -/* - * - */ - -#ifndef LOGGING_H_ -#define LOGGING_H_ - -#include - -char* flib_format_ip(uint32_t numip); - -void flib_log_e(const char *fmt, ...); -void flib_log_w(const char *fmt, ...); -void flib_log_i(const char *fmt, ...); - -#endif /* LOGGING_H_ */