aboutsummaryrefslogtreecommitdiffhomepage
path: root/goto.h
diff options
context:
space:
mode:
Diffstat (limited to 'goto.h')
-rw-r--r--goto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/goto.h b/goto.h
index cfa5c50..b2faecd 100644
--- a/goto.h
+++ b/goto.h
@@ -18,6 +18,10 @@ private:
State *custom(gchar chr);
};
+namespace States {
+ extern StateLabel label;
+}
+
void goto_table_clear(void);
#endif