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