[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdemultimedia/kscd/libwm
From:       Dirk Mueller <mueller () kde ! org>
Date:       2004-02-22 4:00:02
Message-ID: 20040222040002.2F7759959 () office ! kde ! org
[Download RAW message or body]

CVS commit by mueller: 

introduce the concept of not exporting non-namespaced symbols


  M +8 -8      cddb.c   1.12


--- kdemultimedia/kscd/libwm/cddb.c  #1.11:1.12
@@ -53,9 +53,9 @@ struct wm_cddb cddb;
 
 extern struct wm_cdinfo thiscd;
-int cur_cddb_protocol;
-char *cur_cddb_server;
-char *cur_cddb_mail_adress;
-char *cur_cddb_path_to_cgi;
-char *cur_cddb_proxy_server;
+static int cur_cddb_protocol;
+static char *cur_cddb_server;
+static char *cur_cddb_mail_adress;
+static char *cur_cddb_path_to_cgi;
+static char *cur_cddb_proxy_server;
 
 /* local prototypes */
@@ -74,6 +74,6 @@ void cddb_request(void);
 /* local prototypes END */
 
-int Socket;
-FILE *Connection;
+static int Socket;
+static FILE *Connection;
 
 /*


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic