aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-14 23:25:20 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-14 23:25:20 +0000
commit956eee946f98b789013dc0db1ee03df74f261812 (patch)
tree9706d98be7b749c737ba52d459d53f61327b3764 /capture_sync.c
parent9e7dbe202b1efb643421a9c7c0d245ac8ec46d7b (diff)
Some 'no previous declararion' warning fixes
svn path=/trunk/; revision=15355
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_sync.c b/capture_sync.c
index 083a9f2669..071bcd6440 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -165,7 +165,7 @@ pipe_write_block(int pipe, char indicator, int len, const char *msg)
/* read a message from the sending pipe in the standard format
(3 digit message length (excluding length and indicator field),
1 byte message indicator and the rest is the message) */
-int
+static int
pipe_read_block(int pipe, char *indicator, int len, char *msg) {
int required;
int newly;