summaryrefslogtreecommitdiffstats
path: root/src/proto/ops.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/ops.pro')
-rw-r--r--src/proto/ops.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/ops.pro b/src/proto/ops.pro
index a8c144ea8a..3631256a3b 100644
--- a/src/proto/ops.pro
+++ b/src/proto/ops.pro
@@ -53,7 +53,7 @@ void clip_yank_selection __ARGS((int type, char_u *str, long len, VimClipboard *
int clip_convert_selection __ARGS((char_u **str, long_u *len, VimClipboard *cbd));
void dnd_yank_drag_data __ARGS((char_u *str, long len));
char_u get_reg_type __ARGS((int regname, long *reglen));
-char_u *get_reg_contents __ARGS((int regname, int allowexpr, int expr_src));
+char_u *get_reg_contents __ARGS((int regname, int flags));
void write_reg_contents __ARGS((int name, char_u *str, int maxlen, int must_append));
void write_reg_contents_ex __ARGS((int name, char_u *str, int maxlen, int must_append, int yank_type, long block_len));
void clear_oparg __ARGS((oparg_T *oap));