kconfig: Remove unnecessary prototypes from headers
[carl9170fw.git] / config / confdata.c
index 8028a9d3fdaf3a1136265f026682f1bc0bf8d80f..75a63725bad4e77b229ada800414f746d5dd2408 100644 (file)
 
 #include "lkc.h"
 
+struct conf_printer {
+       void (*print_symbol)(FILE *, struct symbol *, const char *, void *);
+       void (*print_comment)(FILE *, const char *, void *);
+};
+
 static void conf_warning(const char *fmt, ...)
        __attribute__ ((format (printf, 1, 2)));