00001 /* 00002 * iwconnect/iwc_print.h 00003 * $Rev: 1222 $ 00004 * 00005 * Copyright (C) 2009-2010 Reto Gantenbein 00006 * 00007 * This program is free software; you can redistribute it and/or modify 00008 * it under the terms of the GNU General Public License version 2 as 00009 * published by the Free Software Foundation. 00010 */ 00011 00012 #ifndef IWC_PRINT_H 00013 #define IWC_PRINT_H 00014 00020 #include <stdarg.h> 00021 00022 00023 /* PUBLIC PRINT FUNCTIONS *****************************************************/ 00024 00026 int (*iwc_debug)(const char* format, ...); 00027 void (*iwc_debug_args)(const char* format, va_list args); 00028 00030 int 00031 iwc_error(const char *, ...); 00032 00034 void 00035 iwc_log(const char *, ...); 00036 00037 #endif // IWC_PRINT_H