diff options
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -326,3 +326,4 @@ typedef struct Ted { } Ted; void command_execute(Ted *ted, Command c, i64 argument); +void ted_switch_to_buffer(Ted *ted, TextBuffer *buffer); |