/* fdtest.h * * author : marco corvi * date : mar 2001 * */ #ifndef FDTEST_H #define FDTEST_H extern char * strmonth[]; /* =================================================================== A P P L I C A T I O N P R O T O T Y P E S =================================================================== */ int fd_dir_list ( struct fd_handle * dir ); int fd_print_bootsector( struct fd_struct * fs ); int fd_print_geometry( struct fd_struct * fs ); int fd_print_entry( struct fd_dentry * en ); int fd_print_entry_clusters( struct fd_dentry * en ); int fd_dump_buffer( unsigned char * buf, int len, int offset); int fd_print_buffer( unsigned char * buf, int len, int offset); #endif