aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorThomas Wienecke <wienecke.t@gmail.com>2014-04-10 19:17:24 +0200
committerThomas Wienecke <wienecke.t@gmail.com>2014-05-03 17:41:06 +0200
commit49ad606cd802c51bed02d94924c6718ed943ff62 (patch)
treebe1dfb12b93619032c3bc6425baa94811174dc1c /src/main.h
parentf7ac54759b09eeae0c7f891cd86f95f5f8ba2de9 (diff)
downloadrneovim-49ad606cd802c51bed02d94924c6718ed943ff62.tar.gz
rneovim-49ad606cd802c51bed02d94924c6718ed943ff62.tar.bz2
rneovim-49ad606cd802c51bed02d94924c6718ed943ff62.zip
Remove undefined function server_to_input_buf.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index f8b996b9ed..df3e10aa38 100644
--- a/src/main.h
+++ b/src/main.h
@@ -10,7 +10,6 @@ void mainerr_arg_missing(char_u *str);
void time_push(void *tv_rel, void *tv_start);
void time_pop(void *tp);
void time_msg(char *mesg, void *tv_start);
-void server_to_input_buf(char_u *str);
char_u *eval_client_expr_to_string(char_u *expr);
char_u *serverConvert(char_u *client_enc, char_u *data, char_u **tofree);