aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/include
diff options
context:
space:
mode:
Diffstat (limited to 'libpsn00b/include')
-rw-r--r--libpsn00b/include/psxcd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpsn00b/include/psxcd.h b/libpsn00b/include/psxcd.h
index 1d045d9..072a219 100644
--- a/libpsn00b/include/psxcd.h
+++ b/libpsn00b/include/psxcd.h
@@ -103,7 +103,7 @@ typedef struct _CdlATV
*/
typedef struct _CdlFILE
{
- CdlLOC loc;
+ CdlLOC pos;
u_int size;
char name[16];
} CdlFILE;
@@ -125,7 +125,7 @@ typedef void (*CdlCB)(int, unsigned char *);
extern "C" {
#endif
-int CdInit(int mode);
+int CdInit(void);
CdlLOC* CdIntToPos(int i, CdlLOC *p);
int CdPosToInt(CdlLOC *p);