#include <stdarg.h>
Go to the source code of this file.
Functions | |
int | vifctl_error (const char *,...) |
void | vifctl_log (const char *,...) |
Variables | |
int(* | vifctl_debug )(const char *format,...) |
void(* | vifctl_debug_args )(const char *format, va_list args) |
Definition in file vifctl_print.h.
int vifctl_error | ( | const char * | , | |
... | ||||
) |
void vifctl_log | ( | const char * | , | |
... | ||||
) |
int(* vifctl_debug)(const char *format,...) |
Debug function pointer
void(* vifctl_debug_args)(const char *format, va_list args) |