[xiph-commits] r14042 - icecast/trunk/icecast/src
karl at svn.xiph.org
karl at svn.xiph.org
Wed Oct 24 15:40:42 PDT 2007
Author: karl
Date: 2007-10-24 15:40:42 -0700 (Wed, 24 Oct 2007)
New Revision: 14042
Modified:
icecast/trunk/icecast/src/auth_url.h
Log:
return type was wrong, although it probably won't affect stability
Modified: icecast/trunk/icecast/src/auth_url.h
===================================================================
--- icecast/trunk/icecast/src/auth_url.h 2007-10-24 21:42:01 UTC (rev 14041)
+++ icecast/trunk/icecast/src/auth_url.h 2007-10-24 22:40:42 UTC (rev 14042)
@@ -17,7 +17,7 @@
#include <config.h>
#endif
-int *auth_get_url_auth (auth_t *authenticator, config_options_t *options);
+int auth_get_url_auth (auth_t *authenticator, config_options_t *options);
#endif
More information about the commits
mailing list