projects
/
sip-router
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
- added cmd line options, help
[sip-router]
/
udp_server.h
1
/*
2
* $Id$
3
*/
4
5
#ifndef udp_server_h
6
#define udp_server_h
7
8
9
10
extern int udp_sock;
11
12
int udp_init(unsigned long ip, unsigned short port);
13
int udp_rcv_loop();
14
15
16
#endif