X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=ball%2Fst_name.h;h=e9254bc6f895c17e0e36c5508428868dd5296f9d;hb=1745b6a90dfd9e626e5c40d20c6aa595ec41d888;hp=9d7dccf02fe98616cbdc972f3c61a59a9980ccdd;hpb=d5035891ba0df116eb8df8921e78d9fc33ed1a6f;p=neverball diff --git a/ball/st_name.h b/ball/st_name.h index 9d7dccf..e9254bc 100644 --- a/ball/st_name.h +++ b/ball/st_name.h @@ -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