blob: 678e72c5837500d843ac514a661224527cca609f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ac,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
--- gif.c.orig Sat Jan 8 00:19:38 2000
+++ gif.c Sat Jan 8 00:20:25 2000
@@ -56,7 +56,10 @@
int disposal;
} Gif89 = { -1, -1, -1, 0 };
-extern XImage* ReadImage();
+static XImage* ReadImage();
+static int ReadColorMap();
+static int DoExtension();
+static int GetDataBlock();
XImage *ReadGIF(dpy, fd, pNcolors, pColors)
Display *dpy;
|