X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Flkc_proto.h;h=86c267540ccc70e74fbb4962210e498aae65766d;hb=04d2c0bc4dc1b10c5824fa54ceee7ee3547ca880;hp=cf4510a2bdc71e5f91d628d77b2d69b4cc8edb37;hpb=bd31bd1f7ab0d1b9250707f07d7ee728281793ff;p=carl9170fw.git diff --git a/config/lkc_proto.h b/config/lkc_proto.h index cf4510a..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(void); +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));