1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/graphics/tgd/files/patch-ac
Michael Haro dde4ffa189 Add support for PREFIX, CFLAGS and less warnings when building with
CFLAGS=-Wall

PR:		10933
Submitted by:	me
1999-04-13 07:06:36 +00:00

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 */