summaryrefslogtreecommitdiff
path: root/src/proto/netbeans.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-24 20:36:41 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-24 20:36:41 +0100
commite0874f8cbcddfcf9965a85ba35199964efb1d01a (patch)
tree02cba2d1d135a96e3983f0676bb11da770ab0426 /src/proto/netbeans.pro
parent705ada1aff27ecd9c47c690df817d043c2ceb5e2 (diff)
downloadvim-git-e0874f8cbcddfcf9965a85ba35199964efb1d01a.tar.gz
patch 7.4.1169v7.4.1169
Problem: The socket I/O is intertwined with the netbeans code. Solution: Start refactoring the netbeans communication to split off the socket I/O. Add the +channel feature.
Diffstat (limited to 'src/proto/netbeans.pro')
-rw-r--r--src/proto/netbeans.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/netbeans.pro b/src/proto/netbeans.pro
index 7805baf20..c7e1f0688 100644
--- a/src/proto/netbeans.pro
+++ b/src/proto/netbeans.pro
@@ -9,7 +9,6 @@ void ex_nbkey(exarg_T *eap);
void ex_nbstart(exarg_T *eap);
void netbeans_beval_cb(BalloonEval *beval, int state);
int netbeans_active(void);
-int netbeans_filedesc(void);
void netbeans_gui_register(void);
void netbeans_open(char *params, int doabort);
void netbeans_send_disconnect(void);