#include <stdarg.h>
Go to the source code of this file.
Functions | |
int | iwc_error (const char *,...) |
void | iwc_log (const char *,...) |
Variables | |
int(* | iwc_debug )(const char *format,...) |
void(* | iwc_debug_args )(const char *format, va_list args) |
Definition in file iwc_print.h.
int iwc_error | ( | const char * | format, | |
... | ||||
) |
Print error message
Definition at line 172 of file iwconnect.c.
void iwc_log | ( | const char * | format, | |
... | ||||
) |
Send message to syslog and print to debug output
Send message to syslog and print to stdout
Definition at line 191 of file iwconnect.c.
int(* iwc_debug)(const char *format,...) |
Debug function pointers
void(* iwc_debug_args)(const char *format, va_list args) |