diff options
author | Yang Tse <yangsita@gmail.com> | 2007-02-16 16:01:19 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-02-16 16:01:19 +0000 |
commit | 4894ce16fc7af89d876e2f70db4dded7e1663198 (patch) | |
tree | 87d862afccc642c48f55d7549160859401b3face /tests/server/util.h | |
parent | aa4435c23b008450124d8c015e896d1002cb93ca (diff) | |
download | curl-4894ce16fc7af89d876e2f70db4dded7e1663198.tar.gz |
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.h | 1 |
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 |