repo.or.cz
/
nmdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nmdb: Add LevelDB support
[nmdb.git]
/
nmdb
/
tcp.h
blob
924231d4438dd8fe999d458d5d295b7b372b3e07
1
2
#ifndef _TCP_H
3
#define _TCP_H
4
5
int
tcp_init
(
void
);
6
void
tcp_close
(
int
fd
);
7
void
tcp_newconnection
(
int
fd
,
short
event
,
void
*
arg
);
8
9
#endif
10