projects
/
sip-router
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- removed 2 warnings on Solaris
[sip-router]
/
receive.h
diff --git
a/receive.h
b/receive.h
index
d600f9d
..
c4d5367
100644
(file)
--- a/
receive.h
+++ b/
receive.h
@@
-6,7
+6,7
@@
#ifndef receive_h
#define receive_h
-int receive_msg(char* buf, unsigned int len);
+int receive_msg(char* buf, unsigned int len
, unsigned long src_ip
);
#endif