summaryrefslogtreecommitdiffstats
path: root/src/proto/ex_eval.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/ex_eval.pro')
-rw-r--r--src/proto/ex_eval.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proto/ex_eval.pro b/src/proto/ex_eval.pro
index a3be429b19..979d6fb8f4 100644
--- a/src/proto/ex_eval.pro
+++ b/src/proto/ex_eval.pro
@@ -11,6 +11,9 @@ char *get_exception_string(void *value, except_type_T type, char_u *cmdname, int
int throw_exception(void *value, except_type_T type, char_u *cmdname);
void discard_current_exception(void);
void catch_exception(except_T *excp);
+void exception_state_save(exception_state_T *estate);
+void exception_state_restore(exception_state_T *estate);
+void exception_state_clear(void);
void report_make_pending(int pending, void *value);
int cmd_is_name_only(char_u *arg);
void ex_eval(exarg_T *eap);