You need to add all the functions you want to use to plugin.h (iirc). After that, they can be used from within the plugin. Be sure to add them to the end if possible, so you won't loose backwards compatibility.
Ronald On Thursday 02 March 2006 19:52, Kevin Mark <"Kevin Mark" <[EMAIL PROTECTED]>> wrote: > I'm writing some code to read the iTunesDB and want to be able to select > and play an iTunes playlist. Is it possible to access the functions in > apps/playlist.h from a plugin? In particular, I'd like to do something > equivalent to > > playlist_init(); > playlist_add(file); > playlist_start(0, 0); > > Thanks, > Kevin
