blob: d2e9b3a3705743bd2e55ab2b1a6bf1f5c855f526 [file] [log] [blame]
/* channel.c */
int channel_add_netbeans(sock_T fd);
void channel_remove_netbeans(void);
int channel_poll_setup(int nfd_in, void *fds_in);
int channel_poll_check(int ret_in, void *fds_in);
int channel_select_setup(int maxfd_in, void *rfds_in);
int channel_select_check(int ret_in, void *rfds_in);
/* vim: set ft=c : */