comparison src/cue/cuesheet.c @ 1997:9d0f5be50219

uri_ to aud_uri_
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 18:22:16 -0500
parents 489e32a8e106
children 3afd18361a10
comparison
equal deleted inserted replaced
1996:1af8c095a1c5 1997:9d0f5be50219
120 g_mutex_unlock(cue_mutex); 120 g_mutex_unlock(cue_mutex);
121 watchdog_thread = g_thread_create(watchdog_func, NULL, TRUE, NULL); 121 watchdog_thread = g_thread_create(watchdog_func, NULL, TRUE, NULL);
122 #ifdef DEBUG 122 #ifdef DEBUG
123 g_print("watchdog_thread = %p\n", watchdog_thread); 123 g_print("watchdog_thread = %p\n", watchdog_thread);
124 #endif 124 #endif
125 uri_set_plugin("cue://", &cue_ip); 125 aud_uri_set_plugin("cue://", &cue_ip);
126 } 126 }
127 127
128 static void cue_cleanup(void) 128 static void cue_cleanup(void)
129 { 129 {
130 g_mutex_lock(cue_mutex); 130 g_mutex_lock(cue_mutex);