xserver-multidpi/Xprint/ps/ttf2pt1wrap.c

11 lines
150 B
C
Raw Normal View History

2004-08-27 22:16:28 +02:00
/*
* Wrapper to add missing symbol to externally supplied code
*/
#ifdef Lynx
extern int optind;
extern char *optarg;
#endif
2004-08-27 22:20:54 +02:00
#include "ttf2pt1.c"