Fixed the problem that in a rare case, a set is downloaded and the neverballrc is...
[neverball] / ball / st_name.h
index a822065..e9254bc 100644 (file)
@@ -3,6 +3,8 @@
 
 #include "state.h"
 
-int goto_name(struct state *, struct state *);
+extern struct state st_name;
+
+int goto_name(struct state *, struct state *, unsigned int);
 
 #endif