00001 #ifndef _XDVSHOW_FILE_H_ 00002 #define _XDVSHOW_FILE_H_ 00003 00004 #include <sys/types.h> 00005 00006 void * xdvshow_prepare_file __P((void *)); 00007 void xdvshow_close_file __P(()); 00008 00009 #endif /*_XDVSHOW_FILE_H_ */