Go to the source code of this file.
Functions | |
void | parse_commandline (int, char **) |
Parses the command line and set the config accordingly. |
Definition in file commandline.h.
void parse_commandline | ( | int | argc, | |
char ** | argv | |||
) |
Parses the command line and set the config accordingly.
Uses getopt() to parse the command line and set configuration values also populates restartargv
Definition at line 77 of file commandline.c.