ocarina/libsaria/library/library.h

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 */