X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Flkc_proto.h;h=cf4510a2bdc71e5f91d628d77b2d69b4cc8edb37;hp=a8b7a330587e80f45a0bce6714445b3ef0ac51b1;hb=bd31bd1f7ab0d1b9250707f07d7ee728281793ff;hpb=7f0e8ccbc37c5853e8c9ac3256ddb789b77c92c8 diff --git a/config/lkc_proto.h b/config/lkc_proto.h index a8b7a33..cf4510a 100644 --- a/config/lkc_proto.h +++ b/config/lkc_proto.h @@ -10,7 +10,7 @@ int conf_write(const char *name); int conf_write_autoconf(void); bool conf_get_changed(void); void conf_set_changed_callback(void (*fn)(void)); -void conf_set_message_callback(void (*fn)(const char *fmt, va_list ap)); +void conf_set_message_callback(void (*fn)(const char *s)); /* menu.c */ extern struct menu rootmenu;