Mercurial > vim
diff src/proto/main.pro @ 2340:99c1eba60b2d vim73
Make automatic prototype generation work with more interfaces.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sun, 18 Jul 2010 18:04:50 +0200 |
parents | e63691e7c504 |
children | 21b0a39d13ed |
line wrap: on
line diff
--- a/src/proto/main.pro +++ b/src/proto/main.pro @@ -6,7 +6,7 @@ int process_env __ARGS((char_u *env, int void mainerr_arg_missing __ARGS((char_u *str)); void time_push __ARGS((void *tv_rel, void *tv_start)); void time_pop __ARGS((void *tp)); -void time_msg __ARGS((char *msg, void *tv_start)); +void time_msg __ARGS((char *mesg, void *tv_start)); void server_to_input_buf __ARGS((char_u *str)); char_u *eval_client_expr_to_string __ARGS((char_u *expr)); char_u *serverConvert __ARGS((char_u *client_enc, char_u *data, char_u **tofree));