OpenVAS Scanner  7.0.1~git
st_nasl_func Struct Reference

#include <nasl_func.h>

Collaboration diagram for st_nasl_func:
Collaboration graph

Data Fields

char * func_name
 
void * block
 

Detailed Description

Type for a built-in nasl function.

Definition at line 25 of file nasl_func.h.

Field Documentation

◆ block

void* st_nasl_func::block

Definition at line 28 of file nasl_func.h.

Referenced by insert_nasl_func(), and nasl_func_call().

◆ func_name

char* st_nasl_func::func_name

Definition at line 27 of file nasl_func.h.

Referenced by free_func(), insert_nasl_func(), and nasl_func_call().


The documentation for this struct was generated from the following file: