[vlc-devel] vlc_list_t API

ozone at algorithm.com.au ozone at algorithm.com.au
Thu Feb 19 06:05:16 CET 2004


Hi,

Is it possible to make the vlc_list_t API in src/misc/objects.c 
non-static?  I'm writing a VLC module which is trying to provide a 
web-browser style history (i.e. back/forward buttons), and it seems a 
bit silly for me to use my own list structure instead of re-using the 
vlc_list_t one.  The problem is that the functions for manipulating the 
vlc_list_t aren't available outside of src/misc/objects.c.

Thanks,


-- 
% Andre Pang : trust.in.love.to.save

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list