diff options
Diffstat (limited to 'src/core/wee-command.h')
-rw-r--r-- | src/core/wee-command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/wee-command.h b/src/core/wee-command.h index e83ca7236..821642bb2 100644 --- a/src/core/wee-command.h +++ b/src/core/wee-command.h @@ -26,5 +26,7 @@ extern int command_reload (void *data, struct t_gui_buffer *buffer, int argc, char **argv, char **argv_eol); extern void command_init (); extern void command_startup (int plugins_looaded); +extern void command_version_display (struct t_gui_buffer *buffer, + int send_to_buffer_as_input); #endif /* wee-command.h */ |