summaryrefslogtreecommitdiff
path: root/ted.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-28 13:29:01 -0500
committerpommicket <pommicket@gmail.com>2022-12-28 13:29:01 -0500
commitf57b21c5a6ac9913e3b9727abfed951708917250 (patch)
treeb3bfd84139c9d79abd51bcb74adaf0d50966e15e /ted.c
parentd6b2cc80723ce6e8454449bcdcdcb495f7a08ad9 (diff)
moving things around a bit
Diffstat (limited to 'ted.c')
-rw-r--r--ted.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ted.c b/ted.c
index 222932f..6fd2906 100644
--- a/ted.c
+++ b/ted.c
@@ -1,8 +1,3 @@
-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, ...) \
snprintf((ted)->error, sizeof (ted)->error - 1, __VA_ARGS__)