diff 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
line wrap: on
line diff
--- a/src/cue/cuesheet.c	Sun Oct 07 18:20:06 2007 -0500
+++ b/src/cue/cuesheet.c	Sun Oct 07 18:22:16 2007 -0500
@@ -122,7 +122,7 @@
 #ifdef DEBUG
     g_print("watchdog_thread = %p\n", watchdog_thread);
 #endif
-    uri_set_plugin("cue://", &cue_ip);
+    aud_uri_set_plugin("cue://", &cue_ip);
 }
 
 static void cue_cleanup(void)