ocarina/libsaria/library/library.h
Bryan Schumaker a730eaa2cc libsaria: Remove other playlist types
They were nice for queue vs set, but I'd rather just reintroduce the
random button.

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
2012-09-14 16:55:02 -04:00

15 lines
387 B
C

#ifndef LIBSARIA_LIBRARY_SOURCE_H
#define LIBSARIA_LIBRARY_SOURCE_H
#include <playlist.h>
#include <library.h>
extern libsaria::Playlist lib_playlist;
void do_update_path(struct libsaria::library::Path *);
libsaria::library::Path *push_path(libsaria::library::Path &);
unsigned int schedule_load();
void remove_file(libsaria::library::Path *);
#endif /* LIBSARIA_LIBRARY_SOURCE_H */