OpenVAS Scanner  7.0.0~git
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)
 Main function. More...
 

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 
)

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 38 of file main.c.

39 {
40  return openvas (argc, argv);
41 }

References openvas().

Here is the call graph for this function:
openvas
int openvas(int argc, char *argv[])
openvas.
Definition: openvas.c:428