comparison src/proto/misc2.pro @ 333:18f024844150 v7.0086

updated for version 7.0086
author vimboss
date Thu, 16 Jun 2005 21:59:56 +0000
parents 03b3684919e3
children 25dd5036f2b0
comparison
equal deleted inserted replaced
332:d5e895294dce 333:18f024844150
92 int get_user_name __ARGS((char_u *buf, int len)); 92 int get_user_name __ARGS((char_u *buf, int len));
93 void sort_strings __ARGS((char_u **files, int count)); 93 void sort_strings __ARGS((char_u **files, int count));
94 int pathcmp __ARGS((const char *p, const char *q, int maxlen)); 94 int pathcmp __ARGS((const char *p, const char *q, int maxlen));
95 char_u *parse_list_options __ARGS((char_u *option_str, option_table_T *table, int table_size)); 95 char_u *parse_list_options __ARGS((char_u *option_str, option_table_T *table, int table_size));
96 int filewritable __ARGS((char_u *fname)); 96 int filewritable __ARGS((char_u *fname));
97 int emsg3 __ARGS((char_u *s, char_u *a1, char_u *a2));
98 int emsgn __ARGS((char_u *s, long n));
97 /* vim: set ft=c : */ 99 /* vim: set ft=c : */