Audacious  $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Typedefs | Functions
vfs_async.h File Reference
#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 Documentation

typedef bool_t(* VFSConsumer)(void *buf, int64_t size, void *userdata)

Definition at line 25 of file vfs_async.h.


Function Documentation

void vfs_async_file_get_contents ( const char *  filename,
VFSConsumer  cons_f,
void *  userdata 
)

Definition at line 64 of file vfs_async.c.