2 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
3 * See the COPYING.LIB file in the top-level directory.
15 typedef unsigned int vreader_id_t;
16 typedef struct VReaderStruct VReader;
17 typedef struct VReaderListStruct VReaderList;
18 typedef struct VReaderListEntryStruct VReaderListEntry;
20 typedef struct VReaderEmulStruct VReaderEmul;
21 typedef void (*VReaderEmulFree)(VReaderEmul *);