8#ifndef NASL_NASL_DEBUG_H
9#define NASL_NASL_DEBUG_H
int nasl_trace_enabled(void)
Checks if the nasl_trace_fp is set.
void nasl_set_plugin_filename(const char *)
Set the current launched plugin filename.
void nasl_set_function_name(const char *)
const char * nasl_get_function_name(void)
const char * nasl_get_filename(const char *)
void nasl_set_function_filename(const char *)
void nasl_set_filename(const char *)
void nasl_perror(lex_ctxt *, char *,...)
void nasl_trace(lex_ctxt *, char *,...)
Prints debug message in printf fashion to nasl_trace_fp if it exists.
const char * nasl_get_plugin_filename(void)
Get the current launched plugin filename.
int nasl_get_include_order(const char *)
struct struct_lex_ctxt lex_ctxt