X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Flkc_proto.h;h=e1dcbab527740279c05f7990c03f4d5f54760056;hb=6b4d2c4d403607081898cef5ff722a9c6509087f;hp=cf4510a2bdc71e5f91d628d77b2d69b4cc8edb37;hpb=bd31bd1f7ab0d1b9250707f07d7ee728281793ff;p=carl9170fw.git diff --git a/config/lkc_proto.h b/config/lkc_proto.h index cf4510a..e1dcbab 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(); bool conf_get_changed(void); void conf_set_changed_callback(void (*fn)(void)); void conf_set_message_callback(void (*fn)(const char *s));