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