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: Use the appropriate type for storing send() return value
[nmdb.git]
/
nmdb
/
net.h
blob
9dbf80ad5fd68a3a7120fba9081568d70c89572a
1
2
#ifndef _NET_H
3
#define _NET_H
4
5
void
net_loop
(
void
);
6
7
#endif
8