X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Flkc_proto.h;h=86c267540ccc70e74fbb4962210e498aae65766d;hb=26347adf92b2c37b1b3eee55e610539f75dcfa92;hp=e1dcbab527740279c05f7990c03f4d5f54760056;hpb=2396dc74a1e042ab9a4b063ba0916c04a65a9b08;p=carl9170fw.git diff --git a/config/lkc_proto.h b/config/lkc_proto.h index e1dcbab..86c2675 100644 --- a/config/lkc_proto.h +++ b/config/lkc_proto.h @@ -7,7 +7,7 @@ int conf_read(const char *name); int conf_read_simple(const char *name, int); int conf_write_defconfig(const char *name); int conf_write(const char *name); -int conf_write_autoconf(); +int conf_write_autoconf(int overwrite); bool conf_get_changed(void); void conf_set_changed_callback(void (*fn)(void)); void conf_set_message_callback(void (*fn)(const char *s));