- adding missing file

This commit is contained in:
Egbert Eich 2004-08-27 20:16:28 +00:00
parent ecd889c6ff
commit 276cf27152

10
Xprint/ps/ttf2pt1wrap.c Normal file
View File

@ -0,0 +1,10 @@
/*
* Wrapper to add missing symbol to externally supplied code
*/
#ifdef Lynx
extern int optind;
extern char *optarg;
#endif
#include "ttf2pt1.c