OpenVAS Scanner 23.23.1
main.c File Reference

Main function of openvas. More...

#include "openvas.h"

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.

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.