summaryrefslogtreecommitdiff
path: root/src/ex.h
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2021-09-24 18:39:25 +0100
committerrafa_99 <raroma09@gmail.com>2021-09-24 18:39:25 +0100
commit7947b3823de36feb13036ac282240a2c954337eb (patch)
tree7bfca0eb244ed7fc2abbcd9515d62115170080dd /src/ex.h
parent837ff3653c1d1ef51b7981fa75e1176bda5291a8 (diff)
Removed History and Last Opened History
Diffstat (limited to 'src/ex.h')
-rw-r--r--src/ex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex.h b/src/ex.h
index 9ed3e95..c8da7ca 100644
--- a/src/ex.h
+++ b/src/ex.h
@@ -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 */