--- tgd.h.orig Sat Apr 3 11:26:30 1999 +++ tgd.h Sat Apr 3 12:01:55 1999 @@ -35,4 +35,16 @@ COLOUR colour[MAXCOLOUR]; /* Map colour names to gd id's */ } TIM; /* Map user supplied image name to a gd image pointer */ +/* prototypes */ +void die( char * ); +void tgdstringcenter( int, char ** ); +void tgdputerr( char * ); +void tgdstockimage( int, char ** ); +void tgddebug( int, char ** ); +void tgdargdestroy( int, char ** ); +void tgdshowvector( int, char ** ); +int tgdtokenize( char *, char** ); +void tgdputs( char * ); +void timset( TIM * ); + #endif /* TGD_H */ /* End of file tgd.h */