Updated libs

This commit is contained in:
Andreas Eversberg 2024-01-27 09:41:50 +01:00
parent 9b6b127873
commit a8c0f40862
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
extern const char *selected_config_file;
char *options_strdup(const char *s);
void option_add(int short_option, const char *long_option, int parameter_count);
int options_config_file(int argc, char *argv[], const char *config_file, int (*handle_options)(int short_option, int argi, char *argv[]));