On Windows, when renaming Last to the destination filename, check if the
[neverball] / ball / st_name.h
1 #ifndef ST_NAME_H
2 #define ST_NAME_H
3
4 #include "state.h"
5
6 int goto_name(struct state *, struct state *);
7
8 #endif