]> Pileus Git - ~andy/linux/blobdiff - scripts/kconfig/lkc_proto.h
Merge branch 'stable/xen-pcifront-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / scripts / kconfig / lkc_proto.h
index 4531badb3fe19ec9f2f0237c5f833c7e4b98ff59..17342fef38b94b877f0b5e93481314c27211d093 100644 (file)
@@ -1,3 +1,4 @@
+#include <stdarg.h>
 
 /* confdata.c */
 P(conf_parse,void,(const char *name));
@@ -8,6 +9,7 @@ P(conf_write,int,(const char *name));
 P(conf_write_autoconf,int,(void));
 P(conf_get_changed,bool,(void));
 P(conf_set_changed_callback, void,(void (*fn)(void)));
+P(conf_set_message_callback, void,(void (*fn)(const char *fmt, va_list ap)));
 
 /* menu.c */
 P(rootmenu,struct menu,);