summaryrefslogtreecommitdiff
path: root/ted.c
diff options
context:
space:
mode:
Diffstat (limited to 'ted.c')
-rw-r--r--ted.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.c b/ted.c
index 2c8fb92..8b6c657 100644
--- a/ted.c
+++ b/ted.c
@@ -1,5 +1,6 @@
static void menu_open(Ted *ted, Menu menu);
static void find_update(Ted *ted, bool force);
+static Command command_from_str(char const *str);
// this is a macro so we get -Wformat warnings
#define ted_seterr(ted, ...) \