diff options
Diffstat (limited to 'ted.c')
-rw-r--r-- | ted.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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__) |