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; /*