aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xprint/ps/ttf2pt1wrap.c
blob: 57bb777d2a1ef540a0fe304a1caba1078e4f5003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Wrapper to add missing symbol to externally supplied code
 */

#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif

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

#include "ttf2pt1.c"