summaryrefslogtreecommitdiff
path: root/Build/source/utils/mtx/mtx-0.60d/files.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-04-16 16:25:45 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-04-16 16:25:45 +0000
commitf5c726a0125d88c06f92182b01eea1716f052ca0 (patch)
tree79db8530e041ec4cd6a3ed1f9bbce69ecc53113f /Build/source/utils/mtx/mtx-0.60d/files.h
parentb517e15e9fb22ebb6d36127ff64470f8a00309d0 (diff)
mtx 0.60d
git-svn-id: svn://tug.org/texlive/trunk@25987 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/mtx/mtx-0.60d/files.h')
-rw-r--r--Build/source/utils/mtx/mtx-0.60d/files.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/Build/source/utils/mtx/mtx-0.60d/files.h b/Build/source/utils/mtx/mtx-0.60d/files.h
new file mode 100644
index 00000000000..66e978f78ca
--- /dev/null
+++ b/Build/source/utils/mtx/mtx-0.60d/files.h
@@ -0,0 +1,38 @@
+/* Header for module files, generated by p2c 1.21alpha-07.Dec.93 */
+#ifndef FILES_H
+#define FILES_H
+
+
+/* Open and close files, interpret command line, do input, do most output*/
+
+#ifndef GLOBALS_H
+#include "globals.h"
+#endif
+
+#ifndef MULTFILE_H
+#include "multfile.h"
+#endif
+
+
+#ifdef FILES_G
+# define vextern
+#else
+# define vextern extern
+#endif
+
+extern Void readParagraph PP((Char (*P)[256], short *no, paragraph_index0 *L));
+extern boolean styleFileFound PV();
+extern Void processOption PP((int j));
+extern Void OpenFiles PV();
+extern Void CloseFiles PV();
+extern Void putLine PP((Char *line));
+extern Void put PP((Char *line, int putspace_));
+extern Void tex3 PP((Char *s));
+extern boolean endOfInfile PV();
+
+
+#undef vextern
+
+#endif /*FILES_H*/
+
+/* End. */