diff options
Diffstat (limited to 'Xprint/ps/ttf2pt1wrap.c')
-rw-r--r-- | Xprint/ps/ttf2pt1wrap.c | 10 |
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 |