summaryrefslogtreecommitdiff
path: root/ghc/utils/hp2ps/AuxFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/utils/hp2ps/AuxFile.h')
-rw-r--r--ghc/utils/hp2ps/AuxFile.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ghc/utils/hp2ps/AuxFile.h b/ghc/utils/hp2ps/AuxFile.h
new file mode 100644
index 0000000000..1118bc8cd1
--- /dev/null
+++ b/ghc/utils/hp2ps/AuxFile.h
@@ -0,0 +1,7 @@
+#ifndef AUX_FILE_H
+#define AUX_FILE_H
+
+extern void PutAuxFile PROTO((FILE *));
+extern void GetAuxFile PROTO((FILE *));
+
+#endif /* AUX_FILE_H */