summaryrefslogtreecommitdiff
path: root/src/main/cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/cmds.h')
-rw-r--r--src/main/cmds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/cmds.h b/src/main/cmds.h
index a392e06..a258ce5 100644
--- a/src/main/cmds.h
+++ b/src/main/cmds.h
@@ -2,6 +2,7 @@ struct commands;
void register_global_commands(struct commands *commands,
void (*terminate_cb)());
+void teardown_global_commands(void);
void register_buffer_commands(struct commands *commands);