summaryrefslogtreecommitdiff
path: root/Xprint/ps/ttf2pt1wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'Xprint/ps/ttf2pt1wrap.c')
-rw-r--r--Xprint/ps/ttf2pt1wrap.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/Xprint/ps/ttf2pt1wrap.c b/Xprint/ps/ttf2pt1wrap.c
new file mode 100644
index 000000000..bd5ef526e
--- /dev/null
+++ b/Xprint/ps/ttf2pt1wrap.c
@@ -0,0 +1,10 @@
+/*
+ * Wrapper to add missing symbol to externally supplied code
+ */
+
+#ifdef Lynx
+extern int optind;
+extern char *optarg;
+#endif
+
+#include "ttf2pt1.c"