diff src/xspf/xspf.c @ 2053:059bd21a0c80

PlaylistContainer API updates
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 20:38:28 -0500
parents 5fa26178eaef
children cf4fa45ffd80
line wrap: on
line diff
--- a/src/xspf/xspf.c	Sat Oct 13 20:12:45 2007 -0500
+++ b/src/xspf/xspf.c	Sat Oct 13 20:38:28 2007 -0500
@@ -565,13 +565,13 @@
 
 static void xspf_init(void)
 {
-    playlist_container_register(&plc_xspf);
+    aud_playlist_container_register(&plc_xspf);
 }
 
 
 static void xspf_cleanup(void)
 {
-    playlist_container_unregister(&plc_xspf);
+    aud_playlist_container_unregister(&plc_xspf);
 }