summaryrefslogtreecommitdiff
path: root/fatfs/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/fat.h')
-rw-r--r--fatfs/fat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fatfs/fat.h b/fatfs/fat.h
index eac7015a..d4a509ea 100644
--- a/fatfs/fat.h
+++ b/fatfs/fat.h
@@ -318,8 +318,8 @@ struct cluster_chain
/* Prototyping. */
void fat_read_sblock (void);
-void fat_to_epoch (char *, char *, struct timespec *);
-void fat_from_epoch (char *, char *, time_t *);
+void fat_to_epoch (unsigned char *, unsigned char *, struct timespec *);
+void fat_from_epoch (unsigned char *, unsigned char *, time_t *);
error_t fat_getcluster (struct node *, cluster_t, int, cluster_t *);
void fat_truncate_node (struct node *, cluster_t);
error_t fat_extend_chain (struct node *, cluster_t, int);