projects
/
sip-router
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
parser seems to work
[sip-router]
/
receive.h
1
/*
2
* $Id$
3
*/
4
5
6
#ifndef receive_h
7
#define receive_h
8
9
int receive_msg(char* buf, unsigned int len);
10
11
12
#endif