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

PlaylistContainer API updates
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 20:38:28 -0500
parents 2ffc6a69fcd1
children cf4fa45ffd80
line wrap: on
line diff
--- a/src/pls/pls.c	Sat Oct 13 20:12:45 2007 -0500
+++ b/src/pls/pls.c	Sat Oct 13 20:38:28 2007 -0500
@@ -140,12 +140,12 @@
 
 static void init(void)
 {
-    playlist_container_register(&plc_pls);
+    aud_playlist_container_register(&plc_pls);
 }
 
 static void cleanup(void)
 {
-    playlist_container_unregister(&plc_pls);
+    aud_playlist_container_unregister(&plc_pls);
 }
 
 DECLARE_PLUGIN(pls, init, cleanup, NULL, NULL, NULL, NULL, NULL, NULL);