4 /* These are the options we can set and their values */
13 const char *directory
;
16 const char *menu_save
;
26 MODE_SYSLINUX
, /* Unmounted filesystem */
30 void __attribute__ ((noreturn
)) usage(int rv
, enum syslinux_mode mode
);
31 void parse_options(int argc
, char *argv
[], enum syslinux_mode mode
);
34 extern struct sys_options opt
;
35 extern const struct option long_options
[];
36 extern const char short_options
[];