Those sets haven't been merged.
[neverball] / ball / st_name.h
index 9d7dccf..e9254bc 100644 (file)
@@ -3,6 +3,8 @@
 
 #include "state.h"
 
-int goto_name(struct state * nextstate);
+extern struct state st_name;
+
+int goto_name(struct state *, struct state *, unsigned int);
 
 #endif