From fb3c040c7b5fcf1a3446a36f0e6cea3ccfeebbda Mon Sep 17 00:00:00 2001 From: linus Date: Thu, 20 Jan 2011 10:02:52 +0100 Subject: Rename external functions in UDP test files. --- lib/tests/udp.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/tests/udp.h') diff --git a/lib/tests/udp.h b/lib/tests/udp.h index 402295f..02e1b50 100644 --- a/lib/tests/udp.h +++ b/lib/tests/udp.h @@ -1,7 +1,6 @@ #include #include #include -//#include typedef ssize_t (*data_cb) (const uint8_t *buf, ssize_t len); struct polldata { @@ -10,5 +9,5 @@ struct polldata { struct timeval *timeout; }; -struct polldata *server (const char *bindto, struct timeval *timeout, data_cb cb); -ssize_t poll (struct polldata *data); +struct polldata *udp_server (const char *bindto, struct timeval *timeout, data_cb cb); +ssize_t udp_poll (struct polldata *data); -- cgit v1.1