X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Flkc_proto.h;fp=config%2Flkc_proto.h;h=e1dcbab527740279c05f7990c03f4d5f54760056;hp=cf4510a2bdc71e5f91d628d77b2d69b4cc8edb37;hb=2396dc74a1e042ab9a4b063ba0916c04a65a9b08;hpb=31deb4896c4f5f2cbf3cef0eac9f547e8440c460 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));