aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-03 14:51:43 +0100
committerMax Kellermann <max@duempel.org>2009-01-03 14:51:43 +0100
commit8ebb3196a854d7e870bbbe904b534641df7d5f89 (patch)
tree686ec9751d46b757e8b3b6db058cbde70cb9ff74 /src/utils.h
parent30f75f7f01a2241fa8554ee1627e358a2cc8a3d0 (diff)
listen: use GLib instead of utils.h
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h
index 4130eb74..0e210cd5 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -40,8 +40,6 @@ void stripReturnChar(char *string);
void my_usleep(long usec);
-int ipv6Supported(void);
-
/* trivial functions, keep them inlined */
static inline void xclose(int fd)
{