rm unused function prototypes
[libogc.git] / gc / iso9660.h
blob6705b59ff44a92f02f3289a82ae12192d06cda59
1 #ifndef __ISO9660_H__
2 #define __ISO9660_H__
4 #include <gctypes.h>
6 #define ISO_MAXPATHLEN 128
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
12 BOOL ISO9660_Mount();
13 BOOL ISO9660_Unmount();
14 u64 ISO9660_LastAccess();
16 #ifdef __cplusplus
18 #endif
20 #endif