9039c58ffb
- Makfile Cleanup PR: ports/106717 Submitted by: trasz
11 lines
299 B
C
11 lines
299 B
C
--- erpcd/acp_tcp.c.orig Thu Dec 14 13:16:58 2006
|
|
+++ erpcd/acp_tcp.c Thu Dec 14 13:17:32 2006
|
|
@@ -139,7 +139,7 @@
|
|
#endif /* _WIN32 */
|
|
|
|
/* Forward Routine Declarations */
|
|
-int type_of_req();
|
|
+static int type_of_req();
|
|
#define DOMAIN_DELIMIT '@'
|
|
#define TLD_DELIMIT '.'
|
|
#define REQ_TYPE_DROP 0
|