xserver-multidpi/Xprint/ps/ttf2pt1wrap.c
2004-08-27 20:20:54 +00:00

11 lines
150 B
C

/*
* Wrapper to add missing symbol to externally supplied code
*/
#ifdef Lynx
extern int optind;
extern char *optarg;
#endif
#include "ttf2pt1.c"