From kde-commits Sun Feb 22 04:00:02 2004 From: Dirk Mueller Date: Sun, 22 Feb 2004 04:00:02 +0000 To: kde-commits Subject: kdemultimedia/kscd/libwm Message-Id: <20040222040002.2F7759959 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=107742241004550 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; /*