From 43b355734cf192129f2906789185301a61f4cd8a Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sat, 12 Jun 2004 02:06:16 +0000 Subject: Add WARNING log method. it's the same as ERROR, except that when mpd starts, warnings are buffered until the error log is opened, and then flushed to the error log. git-svn-id: https://svn.musicpd.org/mpd/trunk@1442 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index fd03915f9..545f1653d 100644 --- a/src/utils.h +++ b/src/utils.h @@ -33,5 +33,6 @@ void my_usleep(long usec); int ipv6Supported(); +char * appendToString(char * dest, const char * src); + #endif -/* vim:set shiftwidth=4 tabstop=8 expandtab: */ -- cgit v1.2.3