comparison 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
comparison
equal deleted inserted replaced
2051:d8e453d09ee4 2053:059bd21a0c80
563 }; 563 };
564 564
565 565
566 static void xspf_init(void) 566 static void xspf_init(void)
567 { 567 {
568 playlist_container_register(&plc_xspf); 568 aud_playlist_container_register(&plc_xspf);
569 } 569 }
570 570
571 571
572 static void xspf_cleanup(void) 572 static void xspf_cleanup(void)
573 { 573 {
574 playlist_container_unregister(&plc_xspf); 574 aud_playlist_container_unregister(&plc_xspf);
575 } 575 }
576 576
577 577
578 DECLARE_PLUGIN(xspf, xspf_init, xspf_cleanup, NULL, NULL, NULL, NULL, NULL, NULL); 578 DECLARE_PLUGIN(xspf, xspf_init, xspf_cleanup, NULL, NULL, NULL, NULL, NULL, NULL);