comparison src/proto/ex_getln.pro @ 16354:b3bc3ba07bef v8.1.1182

patch 8.1.1182: some function prototypes are outdated commit https://github.com/vim/vim/commit/b9cdb37176a163f5047e149c3b568eee9883157c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 17 18:24:35 2019 +0200 patch 8.1.1182: some function prototypes are outdated Problem: Some function prototypes are outdated. Solution: Update function prototypes. (Ken Takata, closes https://github.com/vim/vim/issues/4267)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Apr 2019 18:30:05 +0200
parents 55ccc2d353bd
children 40c4cb095d53
comparison
equal deleted inserted replaced
16353:e0266f56b5e8 16354:b3bc3ba07bef
52 void prepare_viminfo_history(int asklen, int writing); 52 void prepare_viminfo_history(int asklen, int writing);
53 int read_viminfo_history(vir_T *virp, int writing); 53 int read_viminfo_history(vir_T *virp, int writing);
54 void handle_viminfo_history(garray_T *values, int writing); 54 void handle_viminfo_history(garray_T *values, int writing);
55 void finish_viminfo_history(vir_T *virp); 55 void finish_viminfo_history(vir_T *virp);
56 void write_viminfo_history(FILE *fp, int merge); 56 void write_viminfo_history(FILE *fp, int merge);
57 void cmd_pchar(int c, int offset);
58 int cmd_gchar(int offset);
59 char_u *script_get(exarg_T *eap, char_u *cmd); 57 char_u *script_get(exarg_T *eap, char_u *cmd);
60 /* vim: set ft=c : */ 58 /* vim: set ft=c : */