|
|
@@ -42,6 +42,8 @@ struct cmdinfo {
|
|
|
|
|
|
void badusage(const char *fmt, ...) NONRETURNING PRINTFFORMAT(1, 2);
|
|
|
|
|
|
+#define MAX_CONFIG_LINE 1024
|
|
|
+
|
|
|
void myfileopt(const char* fn, const struct cmdinfo* cmdinfos);
|
|
|
void myopt(const char *const **argvp, const struct cmdinfo *cmdinfos);
|
|
|
void loadcfgfile(const char *prog, const struct cmdinfo *cmdinfos);
|