summaryrefslogtreecommitdiff
path: root/graphics/tgd/files/patch-ac
blob: c1b22d62c3e40e8e386dbe128aeceb3be73f8f84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- 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 */