aboutsummaryrefslogtreecommitdiff
path: root/xdf_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'xdf_io.h')
-rw-r--r--xdf_io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xdf_io.h b/xdf_io.h
index ac45a37..5ef2931 100644
--- a/xdf_io.h
+++ b/xdf_io.h
@@ -23,11 +23,11 @@
struct xdf_info {
unsigned int FatSize;
- unsigned int RootDirSize;
+ uint16_t RootDirSize;
unsigned int BadSectors;
};
-Stream_t *XdfOpen(struct device *dev, char *name,
+Stream_t *XdfOpen(struct device *dev, const char *name,
int mode, char *errmsg, struct xdf_info *info);
#endif