summaryrefslogtreecommitdiff
path: root/ted.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-07-29 15:56:32 -0400
committerpommicket <pommicket@gmail.com>2022-07-29 15:56:32 -0400
commitd9edd1f62fa620d3a8a42c80aec330065b794e14 (patch)
tree1f19aeabca40196b7987537a7b09f1af30c71c3d /ted.c
parentefce2c731927adc4aaf26d6cc6c165bbced39eb5 (diff)
fixed double ctrl+q problem
Diffstat (limited to 'ted.c')
-rw-r--r--ted.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ted.c b/ted.c
index 9bff01a..f79ca89 100644
--- a/ted.c
+++ b/ted.c
@@ -1,7 +1,7 @@
-static void menu_open(Ted *ted, Menu menu);
-static void menu_close(Ted *ted);
-static void find_update(Ted *ted, bool force);
-static Command command_from_str(char const *str);
+void menu_open(Ted *ted, Menu menu);
+void menu_close(Ted *ted);
+void find_update(Ted *ted, bool force);
+Command command_from_str(char const *str);
// this is a macro so we get -Wformat warnings
#define ted_seterr(ted, ...) \