fix bad format string for gendecls
[libfirm] / ir / be / mips / mips_scheduler.h
index 7708543..8cb9258 100644 (file)
@@ -4,5 +4,6 @@
 #include "../besched_t.h"
 
 const list_sched_selector_t *mips_get_list_sched_selector(const void *self, list_sched_selector_t *selector);
+const ilp_sched_selector_t *mips_get_ilp_sched_selector(const void *self);
 
 #endif