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.
const char * nasl_get_filename(const char *)
int nasl_trace_enabled(void)
Checks if the nasl_trace_fp is set.
void nasl_set_function_filename(const char *)
const char * nasl_get_function_name(void)
void nasl_perror(lex_ctxt *, char *,...)
void nasl_set_function_name(const char *)
void nasl_set_filename(const char *)