aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-01 14:11:19 +0100
committerMax Kellermann <max@duempel.org>2008-11-01 14:11:19 +0100
commit35710a81eab5c9dcb5008d127daa55ac3a714071 (patch)
treedcbdc8b9c94efbb83815b9636951af9b129a80bc /src/utils.h
parentb996108675896e6b4be08f78e32f28bc6d454ad9 (diff)
utils: use GUINT32_FROM_LE() instead of readLEuint32()
Eliminate code already provided by GLib.
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 225332e2..64fac0de 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -37,8 +37,6 @@ void my_usleep(long usec);
int ipv6Supported(void);
-unsigned long readLEuint32(const unsigned char *p);
-
/* trivial functions, keep them inlined */
static inline void xclose(int fd)
{