EMILE/libiso9660/iso9660_init.c

15 lines
206 B
C
Raw Normal View History

2005-11-13 19:43:28 +00:00
/*
*
* (c) 2005 Laurent Vivier <LaurentVivier@wanadoo.fr>
*
*/
#include "libiso9660.h"
iso9660_read_t __iso9660_device_read;
void iso9660_init(iso9660_read_t func)
{
__iso9660_device_read = func;
}