nmdb: Add LevelDB support
[nmdb.git] / nmdb / tcp.h
blob924231d4438dd8fe999d458d5d295b7b372b3e07
2 #ifndef _TCP_H
3 #define _TCP_H
5 int tcp_init(void);
6 void tcp_close(int fd);
7 void tcp_newconnection(int fd, short event, void *arg);
9 #endif