mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
dde4ffa189
CFLAGS=-Wall PR: 10933 Submitted by: me
20 lines
602 B
Plaintext
20 lines
602 B
Plaintext
--- 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 */
|