19 #ifndef NASL_DEBUG_H__ 20 #define NASL_DEBUG_H__ void nasl_trace(lex_ctxt *, char *,...)
Prints debug message in printf fashion to nasl_trace_fp if it exists.
Definition: nasl_debug.c:88
int nasl_trace_enabled(void)
Checks if the nasl_trace_fp is set.
Definition: nasl_debug.c:74
Definition: nasl_lex_ctxt.h:31
void nasl_perror(lex_ctxt *, char *,...)
Definition: nasl_debug.c:40