comparison src/proto/ex_docmd.pro @ 5112:f063be86b632 v7.3.1299

updated for version 7.3.1299 Problem: Errors when doing "make proto". Didn't do "make depend" for a while. Solution: Add #ifdefs. Update dependencies. Update proto files.
author Bram Moolenaar <bram@vim.org>
date Wed, 03 Jul 2013 18:49:17 +0200
parents 542af01979be
children 845608965bd9
comparison
equal deleted inserted replaced
5111:a539e15ad57c 5112:f063be86b632
38 void alist_slash_adjust __ARGS((void)); 38 void alist_slash_adjust __ARGS((void));
39 void ex_splitview __ARGS((exarg_T *eap)); 39 void ex_splitview __ARGS((exarg_T *eap));
40 void tabpage_new __ARGS((void)); 40 void tabpage_new __ARGS((void));
41 void do_exedit __ARGS((exarg_T *eap, win_T *old_curwin)); 41 void do_exedit __ARGS((exarg_T *eap, win_T *old_curwin));
42 void free_cd_dir __ARGS((void)); 42 void free_cd_dir __ARGS((void));
43 void post_chdir __ARGS((int local));
43 void ex_cd __ARGS((exarg_T *eap)); 44 void ex_cd __ARGS((exarg_T *eap));
44 void do_sleep __ARGS((long msec)); 45 void do_sleep __ARGS((long msec));
45 int vim_mkdir_emsg __ARGS((char_u *name, int prot)); 46 int vim_mkdir_emsg __ARGS((char_u *name, int prot));
46 FILE *open_exfile __ARGS((char_u *fname, int forceit, char *mode)); 47 FILE *open_exfile __ARGS((char_u *fname, int forceit, char *mode));
47 void update_topline_cursor __ARGS((void)); 48 void update_topline_cursor __ARGS((void));
51 char_u *expand_sfile __ARGS((char_u *arg)); 52 char_u *expand_sfile __ARGS((char_u *arg));
52 int put_eol __ARGS((FILE *fd)); 53 int put_eol __ARGS((FILE *fd));
53 int put_line __ARGS((FILE *fd, char *s)); 54 int put_line __ARGS((FILE *fd, char *s));
54 void dialog_msg __ARGS((char_u *buff, char *format, char_u *fname)); 55 void dialog_msg __ARGS((char_u *buff, char *format, char_u *fname));
55 char_u *get_behave_arg __ARGS((expand_T *xp, int idx)); 56 char_u *get_behave_arg __ARGS((expand_T *xp, int idx));
56 void post_chdir __ARGS((int local));
57 /* vim: set ft=c : */ 57 /* vim: set ft=c : */