summaryrefslogtreecommitdiff
path: root/graphics/tgd/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tgd/files/patch-ac')
-rw-r--r--graphics/tgd/files/patch-ac19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/tgd/files/patch-ac b/graphics/tgd/files/patch-ac
new file mode 100644
index 000000000000..c1b22d62c3e4
--- /dev/null
+++ b/graphics/tgd/files/patch-ac
@@ -0,0 +1,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 */