[xiph-cvs] cvs commit: icecast/src stats.c xslt.c xslt.h

Michael Smith msmith at xiph.org
Fri Aug 9 07:38:43 PDT 2002



msmith      02/08/09 10:38:42

  Modified:    src      stats.c xslt.c xslt.h
  Log:
  rename transformXSLT to xslt_transform() for consistency with the rest
  of the source.

Revision  Changes    Path
1.18      +1 -1      icecast/src/stats.c

Index: stats.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/stats.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- stats.c	9 Aug 2002 14:15:08 -0000	1.17
+++ stats.c	9 Aug 2002 14:38:42 -0000	1.18
@@ -735,7 +735,7 @@
 
     stats_get_xml(&doc);
 
-    transformXSLT(doc, xslpath, client);
+    xslt_transform(doc, xslpath, client);
 
     xmlFreeDoc(doc);
 }

<p><p>1.3       +1 -1      icecast/src/xslt.c

Index: xslt.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/xslt.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xslt.c	9 Aug 2002 14:15:08 -0000	1.2
+++ xslt.c	9 Aug 2002 14:38:42 -0000	1.3
@@ -26,7 +26,7 @@
 #include "stats.h"
 
 
-void transformXSLT(xmlDocPtr doc, char *xslfilename, client_t *client)
+void xslt_transform(xmlDocPtr doc, char *xslfilename, client_t *client)
 {
     xmlOutputBufferPtr outputBuffer;
         xmlDocPtr	res;

<p><p>1.2       +1 -1      icecast/src/xslt.h

Index: xslt.h
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/xslt.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xslt.h	9 Aug 2002 08:16:51 -0000	1.1
+++ xslt.h	9 Aug 2002 14:38:42 -0000	1.2
@@ -22,5 +22,5 @@
 #include "stats.h"
 
 
-void transformXSLT(xmlDocPtr doc, char *xslfilename, client_t *client);
+void xslt_transform(xmlDocPtr doc, char *xslfilename, client_t *client);
 

<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