comparison src/proto/ex_cmds.pro @ 40:f1d2a58883b9 v7.0024

updated for version 7.0024
author vimboss
date Fri, 24 Dec 2004 14:35:23 +0000
parents 4102fb4ea781
children 0e902b8f511f
comparison
equal deleted inserted replaced
39:410fa1a31baf 40:f1d2a58883b9
40 void ex_help __ARGS((exarg_T *eap)); 40 void ex_help __ARGS((exarg_T *eap));
41 char_u *check_help_lang __ARGS((char_u *arg)); 41 char_u *check_help_lang __ARGS((char_u *arg));
42 int help_heuristic __ARGS((char_u *matched_string, int offset, int wrong_case)); 42 int help_heuristic __ARGS((char_u *matched_string, int offset, int wrong_case));
43 int find_help_tags __ARGS((char_u *arg, int *num_matches, char_u ***matches, int keep_lang)); 43 int find_help_tags __ARGS((char_u *arg, int *num_matches, char_u ***matches, int keep_lang));
44 void fix_help_buffer __ARGS((void)); 44 void fix_help_buffer __ARGS((void));
45 void ex_exusage __ARGS((exarg_T *eap));
46 void ex_viusage __ARGS((exarg_T *eap));
45 void ex_helptags __ARGS((exarg_T *eap)); 47 void ex_helptags __ARGS((exarg_T *eap));
46 void ex_sign __ARGS((exarg_T *eap)); 48 void ex_sign __ARGS((exarg_T *eap));
47 void sign_gui_started __ARGS((void)); 49 void sign_gui_started __ARGS((void));
48 int sign_get_attr __ARGS((int typenr, int line)); 50 int sign_get_attr __ARGS((int typenr, int line));
49 char_u *sign_get_text __ARGS((int typenr)); 51 char_u *sign_get_text __ARGS((int typenr));