void scrobbler_init ( void   ) 

Initialize locking for the AudioScrobbler submission thread.

Definition at line 537 of file scrobbler.c.

00538 {
00539         scrobbler_lock = g_mutex_new();
00540         scrobbler_avail = g_cond_new();
00541 }

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:47 2010 for herrie by  doxygen 1.6.3