save
This commit is contained in:
@@ -10,4 +10,12 @@
|
||||
*/
|
||||
int parse_standard_options(void (*usage_func)(), int argc, char **argv);
|
||||
|
||||
/**
|
||||
* Setup the program
|
||||
* @param argc Argument count
|
||||
* @param argv Argument vector
|
||||
* @return 0 on success, 1 if something fails
|
||||
*/
|
||||
int initialize_main(int *, char ***);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user