[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:01:49
Message-ID: 20040222040149.F0CCD9959 () office ! kde ! org
[Download RAW message or body]

CVS commit by mueller: 

don't export likely-to-clash symbols


  M +8 -8      cdda.c   1.4


--- kdemultimedia/kscd/libwm/cdda.c  #1.3:1.4
@@ -34,12 +34,12 @@
 
 #if defined(BUILD_CDDA)
-struct cdda_block blk;
-struct cdda_device dev;
-pthread_t thread;
+static struct cdda_block blk;
+static struct cdda_device dev;
+static pthread_t thread;
 
 void* cdda_fct(void* arg);
 
-int playing = 0; /* Should the CD be playing now? */
-int pausing = 0;
+static int playing = 0; /* Should the CD be playing now? */
+static int pausing = 0;
 
 /*
@@ -47,10 +47,10 @@ int pausing = 0;
  * volume level.
  */
-unsigned int loudness = 0, volume = 32768, level;
+static unsigned int loudness = 0, volume = 32768, level;
 
 /*
  * This is non-null if we're saving audio to a file.
  */
-FILE *output = NULL;
+static FILE *output = NULL;
 
 /*
@@ -58,5 +58,5 @@ FILE *output = NULL;
  *
  */
-struct audio_oops *oops = NULL;
+static struct audio_oops *oops = NULL;
 
 /*


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

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