diff options
Diffstat (limited to 'src/main/cmds.h')
| -rw-r--r-- | src/main/cmds.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/cmds.h b/src/main/cmds.h new file mode 100644 index 0000000..a392e06 --- /dev/null +++ b/src/main/cmds.h @@ -0,0 +1,10 @@ +struct commands; + +void register_global_commands(struct commands *commands, + void (*terminate_cb)()); + +void register_buffer_commands(struct commands *commands); + +void register_window_commands(struct commands *commands); + +void register_settings_commands(struct commands *commands); |
