[xiph-commits] r18345 - icecast/trunk/libshout/include/shout

ph3-der-loewe at svn.xiph.org ph3-der-loewe at svn.xiph.org
Fri Jun 1 04:02:07 PDT 2012


Author: ph3-der-loewe
Date: 2012-06-01 04:02:07 -0700 (Fri, 01 Jun 2012)
New Revision: 18345

Modified:
   icecast/trunk/libshout/include/shout/shout.h.in
Log:
corrected prototype of shout_set_agent() to match prototype in source code

Modified: icecast/trunk/libshout/include/shout/shout.h.in
===================================================================
--- icecast/trunk/libshout/include/shout/shout.h.in	2012-06-01 00:38:07 UTC (rev 18344)
+++ icecast/trunk/libshout/include/shout/shout.h.in	2012-06-01 11:02:07 UTC (rev 18345)
@@ -117,7 +117,7 @@
 int shout_set_user(shout_t *self, const char *username);
 const char *shout_get_user(shout_t *self);
 
-int shout_set_agent(shout_t *self, const char *username);
+int shout_set_agent(shout_t *self, const char *agent);
 const char *shout_get_agent(shout_t *self);
 
 int shout_set_description(shout_t *self, const char *description);



More information about the commits mailing list