comparison src/proto/main.pro @ 39:410fa1a31baf v7.0023

updated for version 7.0023
author vimboss
date Sun, 19 Dec 2004 22:46:22 +0000
parents 3fc0f57ecb91
children c93c9cad9618
comparison
equal deleted inserted replaced
38:c524f99c7925 39:410fa1a31baf
7 void time_push __ARGS((void *tv_rel, void *tv_start)); 7 void time_push __ARGS((void *tv_rel, void *tv_start));
8 void time_pop __ARGS((void *tp)); 8 void time_pop __ARGS((void *tp));
9 void time_msg __ARGS((char *msg, void *tv_start)); 9 void time_msg __ARGS((char *msg, void *tv_start));
10 void server_to_input_buf __ARGS((char_u *str)); 10 void server_to_input_buf __ARGS((char_u *str));
11 char_u *eval_client_expr_to_string __ARGS((char_u *expr)); 11 char_u *eval_client_expr_to_string __ARGS((char_u *expr));
12 char_u *serverConvert __ARGS((char_u *client_enc, char_u *data, char_u **tofree));
12 int toF_TyA __ARGS((int c)); 13 int toF_TyA __ARGS((int c));
13 int fkmap __ARGS((int c)); 14 int fkmap __ARGS((int c));
14 void conv_to_pvim __ARGS((void)); 15 void conv_to_pvim __ARGS((void));
15 void conv_to_pstd __ARGS((void)); 16 void conv_to_pstd __ARGS((void));
16 char_u *lrswap __ARGS((char_u *ibuf)); 17 char_u *lrswap __ARGS((char_u *ibuf));