summaryrefslogtreecommitdiff
path: root/Build/source/texk/dviljk/tfm.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dviljk/tfm.h')
-rw-r--r--Build/source/texk/dviljk/tfm.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/dviljk/tfm.h b/Build/source/texk/dviljk/tfm.h
new file mode 100644
index 00000000000..c43a496b066
--- /dev/null
+++ b/Build/source/texk/dviljk/tfm.h
@@ -0,0 +1,10 @@
+#ifndef _TFM_H
+#define _TFM_H
+
+#if NeedFunctionPrototypes
+bool tfm_read_info(char *, tfm_info_type *);
+#else
+bool tfm_read_info();
+#endif
+
+#endif /* _TFM_H */