aboutsummaryrefslogtreecommitdiff
path: root/tests/server/util.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-02-16 16:01:19 +0000
committerYang Tse <yangsita@gmail.com>2007-02-16 16:01:19 +0000
commit4894ce16fc7af89d876e2f70db4dded7e1663198 (patch)
tree87d862afccc642c48f55d7549160859401b3face /tests/server/util.h
parentaa4435c23b008450124d8c015e896d1002cb93ca (diff)
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
Diffstat (limited to 'tests/server/util.h')
-rw-r--r--tests/server/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/server/util.h b/tests/server/util.h
index fa225c036..b0b4ae4c9 100644
--- a/tests/server/util.h
+++ b/tests/server/util.h
@@ -23,7 +23,6 @@
* $Id$
***************************************************************************/
-int our_sockerrno(void);
void logmsg(const char *msg, ...);
#ifndef FALSE