static void scrobbler_queue_remove_head ( void   )  [inline, static]

Remove the first item from our Scrobbler queue.

Definition at line 145 of file scrobbler.c.

00146 {
00147         g_assert(scrobbler_queue_first != NULL);
00148 
00149         if (scrobbler_queue_first == scrobbler_queue_last)
00150                 scrobbler_queue_last = NULL;
00151         scrobbler_queue_first = scrobbler_queue_first->next;
00152 }

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