diff options
Diffstat (limited to 'goto.h')
-rw-r--r-- | goto.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ private: State *custom(gchar chr); }; +namespace States { + extern StateLabel label; +} + void goto_table_clear(void); #endif |