From 276cf271527b7a6f464025457e5dd452ac13605e Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 27 Aug 2004 20:16:28 +0000 Subject: - adding missing file --- Xprint/ps/ttf2pt1wrap.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Xprint/ps/ttf2pt1wrap.c (limited to 'Xprint') 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 -- cgit v1.2.3