From 5a2d6079eba1c7e2a9479cb10d714b5a97bbfe4f Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Tue, 3 Aug 2010 13:28:53 +0400 Subject: initiating work on accel-pptpd, replacement of modified poptop --- accel-pptpd/log.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 accel-pptpd/log.h (limited to 'accel-pptpd/log.h') diff --git a/accel-pptpd/log.h b/accel-pptpd/log.h new file mode 100644 index 0000000..25f9f97 --- /dev/null +++ b/accel-pptpd/log.h @@ -0,0 +1,25 @@ +// +// C++ Interface: log +// +// Description: +// +// +// Author: , (C) 2009 +// +// Copyright: See COPYING file that comes with this distribution +// +// + +#ifndef LOG_H +#define LOG_H + +#include + +void log_init(FILE *f,int level,int color); +void log_error(const char *fmt,...); +void log_warn(const char *fmt,...); +void log_info(const char *fmt,...); +void log_debug(const char *fmt,...); +void log_msg(const char *fmt,...); + +#endif -- cgit v1.2.3