[xiph-cvs] cvs commit: libshout/include/shout shout.h
Karl Heyes
karl at xiph.org
Mon Jun 23 19:42:54 PDT 2003
karl 03/06/23 22:42:54
Modified: include/shout shout.h
Log:
C++ has 'public' as a reserved keyword.
Revision Changes Path
1.19 +1 -1 libshout/include/shout/shout.h
Index: shout.h
===================================================================
RCS file: /usr/local/cvsroot/libshout/include/shout/shout.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- shout.h 5 Jun 2003 15:36:35 -0000 1.18
+++ shout.h 24 Jun 2003 02:42:54 -0000 1.19
@@ -98,7 +98,7 @@
int shout_set_audio_info(shout_t *self, const char *name, const char *value);
const char *shout_get_audio_info(shout_t *self, const char *name);
-int shout_set_public(shout_t *self, unsigned int public);
+int shout_set_public(shout_t *self, unsigned int make_public);
unsigned int shout_get_public(shout_t *self);
/* takes a SHOUT_FORMAT_xxxx argument */
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list