diff options
Diffstat (limited to 'src/ex.h')
-rw-r--r-- | src/ex.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,6 +29,6 @@ VbResult ex_keypress(Client *c, int key); void ex_input_changed(Client *c, const char *text); gboolean ex_fill_completion(GtkListStore *store, const char *input); VbCmdResult ex_run_file(Client *c, const char *filename); -VbCmdResult ex_run_string(Client *c, const char *input, gboolean enable_history); +VbCmdResult ex_run_string(Client *c, const char *input); #endif /* end of include guard: _EX_H */ |