summaryrefslogtreecommitdiff
path: root/src/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot.h')
-rw-r--r--src/boot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot.h b/src/boot.h
index d52e624..dd9404f 100644
--- a/src/boot.h
+++ b/src/boot.h
@@ -25,7 +25,7 @@
void read_boot(DOS_FS * fs);
void write_label(DOS_FS * fs, char *label);
-loff_t find_volume_de(DOS_FS * fs, DIR_ENT * de);
+off_t find_volume_de(DOS_FS * fs, DIR_ENT * de);
/* Reads the boot sector from the currently open device and initializes *FS */