Files
xserver_xsdl/Xprint/ps/ttf2pt1wrap.c
Egbert Eich f30fbc600f Fixed typos.
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"