diff options
Diffstat (limited to 'Build/source/texk/seetexk/fio.h')
-rw-r--r-- | Build/source/texk/seetexk/fio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/seetexk/fio.h b/Build/source/texk/seetexk/fio.h index 53f2ef8ca81..aa2c8188a65 100644 --- a/Build/source/texk/seetexk/fio.h +++ b/Build/source/texk/seetexk/fio.h @@ -50,4 +50,4 @@ /* * Function types */ -i32 GetByte(), GetWord(), Get3Byte(), GetLong(); +i32 GetByte(FILE *), GetWord(FILE *), Get3Byte(FILE *), GetLong(FILE *); |