summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-08-27 20:16:28 +0000
committerEgbert Eich <eich@suse.de>2004-08-27 20:16:28 +0000
commit276cf271527b7a6f464025457e5dd452ac13605e (patch)
tree03fd193de56553ef1655b5032d552e58a40ca7f6
parentecd889c6ff7427b4e7d3f820586aac178a4dfdc2 (diff)
- adding missing file
-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..50ccd5c47
--- /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