#include <libaudcore/vfs.h>
Go to the source code of this file.
Typedefs | |
typedef bool_t(* | VFSConsumer )(void *buf, int64_t size, void *userdata) |
Functions | |
void | vfs_async_file_get_contents (const char *filename, VFSConsumer cons_f, void *userdata) |
typedef bool_t(* VFSConsumer)(void *buf, int64_t size, void *userdata) |
Definition at line 25 of file vfs_async.h.
void vfs_async_file_get_contents | ( | const char * | filename, | |
VFSConsumer | cons_f, | |||
void * | userdata | |||
) |
Definition at line 59 of file vfs_async.c.