summaryrefslogtreecommitdiff
path: root/Xprint/ps/ttf2pt1wrap.c
blob: bd5ef526e39ee68227b11f9b972c3f3f4c10b6c6 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Wrapper to add missing symbol to externally supplied code
 */

#ifdef Lynx
extern int optind;
extern char *optarg;
#endif

#include "ttf2pt1.c"