OpenVAS Scanner 23.40.3
main.c File Reference

Main function of openvas. More...

#include "openvas.h"
Include dependency graph for main.c:

Go to the source code of this file.

Functions

int main (int argc, char **argv, char *env[])
 Main function.

Detailed Description

Main function of openvas.

This file separates out the "main" function of openvas.

Definition in file main.c.

Function Documentation

◆ main()

int main ( int argc,
char ** argv,
char * env[] )

Main function.

Parameters
[in]argcThe number of arguments in argv.
[in]argvThe list of arguments to the program.
Returns
EXIT_SUCCESS on success, EXIT_FAILURE on failure.

Definition at line 24 of file main.c.

25{
26 return openvas (argc, argv, env);
27}
int openvas(int argc, char *argv[], char *env[])
openvas.
Definition openvas.c:494

References openvas().

Here is the call graph for this function: