diff options
author | Max Kellermann <max@duempel.org> | 2008-10-29 21:02:22 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-29 21:02:22 +0100 |
commit | 8f3d96221902698c295acab1870e43013b509ca2 (patch) | |
tree | 913981d833b745c574391272709983b68c655c4f /src/utils.h | |
parent | cf376b4bc862f98d09ddb2fc6ca4751ae259a3d2 (diff) | |
download | mpd-8f3d96221902698c295acab1870e43013b509ca2.tar.gz mpd-8f3d96221902698c295acab1870e43013b509ca2.tar.xz mpd-8f3d96221902698c295acab1870e43013b509ca2.zip |
log: don't use utils.h
Prefer GLib over utils.h.
Diffstat (limited to '')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h index 09260c0a2..bcde45988 100644 --- a/src/utils.h +++ b/src/utils.h @@ -37,8 +37,6 @@ void my_usleep(long usec); int ipv6Supported(void); -char *appendToString(char *dest, const char *src); - unsigned long readLEuint32(const unsigned char *p); /* trivial functions, keep them inlined */ |