diff options
author | pommicket <pommicket@gmail.com> | 2022-12-28 13:29:01 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-28 13:29:01 -0500 |
commit | f57b21c5a6ac9913e3b9727abfed951708917250 (patch) | |
tree | b3bfd84139c9d79abd51bcb74adaf0d50966e15e /ted.c | |
parent | d6b2cc80723ce6e8454449bcdcdcb495f7a08ad9 (diff) |
moving things around a bit
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__) |