summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf/makejvf.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/makejvf/makejvf.h')
-rw-r--r--Build/source/texk/makejvf/makejvf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/makejvf/makejvf.h b/Build/source/texk/makejvf/makejvf.h
index b4af75564d4..da6ab06963a 100644
--- a/Build/source/texk/makejvf/makejvf.h
+++ b/Build/source/texk/makejvf/makejvf.h
@@ -27,5 +27,5 @@ int fputstr(char *str, int byte, FILE *fp);
/* write.c */
FILE *vfopen(char *name);
void writevf(int code, FILE *fp);
-int vfclose(FILE *fp);
-int maketfm(char *name);
+void vfclose(FILE *fp);
+void maketfm(char *name);