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
/
udp.h
blob
ea473cfe86b393b6da92a83c55329d1d9a227867
1
2
#ifndef _UDP_H
3
#define _UDP_H
4
5
int
udp_init
(
void
);
6
void
udp_close
(
int
fd
);
7
void
udp_recv
(
int
fd
,
short
event
,
void
*
arg
);
8
9
#endif
10