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