summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 373cfa5)
raw | patch | inline | side by side (parent: 373cfa5)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 20 Jan 2008 22:11:53 +0000 (23:11 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Mon, 21 Jan 2008 09:53:05 +0000 (10:53 +0100) |
This function is not exported to any other module.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/network.c | patch | blob | history |
diff --git a/src/network.c b/src/network.c
index a426214de78ba2caa557f22625dee380034726f8..19344312e1edf22b1d81b42adee3aa3a5dc3a4f2 100644 (file)
--- a/src/network.c
+++ b/src/network.c
return (0);
} /* int network_get_listen_socket */
-int network_receive (void)
+static int network_receive (void)
{
char buffer[BUFF_SIZE];
int buffer_len;