[xiph-cvs] cvs commit: icecast/src yp.c

Brendan brendan at xiph.org
Thu Mar 27 09:10:11 PST 2003



brendan     03/03/27 12:10:11

  Modified:    src      yp.c
  Log:
  First crack at making YP/curl optional.

Revision  Changes    Path
1.7       +2 -1      icecast/src/yp.c

Index: yp.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/yp.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yp.c	5 Mar 2003 13:03:35 -0000	1.6
+++ yp.c	27 Mar 2003 17:10:11 -0000	1.7
@@ -1,3 +1,4 @@
+/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
@@ -15,7 +16,7 @@
 
 #define CATMODULE "yp" 
 
-int yp_submit_url(int curl_con, char *yp_url, char *url, char *type, int i)
+static int yp_submit_url(int curl_con, char *yp_url, char *url, char *type, int i)
 {
     int ret = 0;
     int *timeout;

<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