X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Flkc_proto.h;fp=config%2Flkc_proto.h;h=86c267540ccc70e74fbb4962210e498aae65766d;hp=e1dcbab527740279c05f7990c03f4d5f54760056;hb=054ae41a2b3a7b0210558935f520a58d8ccea1a0;hpb=fa77bcaf0aac039e45715be971cbaa2532130570 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));