[xserver-commit] xserver/dri dri.c,1.3,1.4

Eric Anholt xserver-commit@pdx.freedesktop.org
Sat, 24 Jan 2004 21:34:12 -0800


Committed by: anholt

Update of /cvs/xserver/xserver/dri
In directory pdx:/home/anholt/xserver/dri

Modified Files:
	dri.c 
Log Message:
Fix a warning (prototype missing).


Index: dri.c
===================================================================
RCS file: /cvs/xserver/xserver/dri/dri.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dri.c	25 Jan 2004 05:24:11 -0000	1.3
+++ dri.c	25 Jan 2004 05:34:10 -0000	1.4
@@ -83,6 +83,8 @@
 static RESTYPE DRIContextPrivResType;
 static void    DRIDestroyDummyContext(ScreenPtr pScreen, Bool hasCtxPriv);
 
+extern void XFree86DRIExtensionInit(void);
+
 				/* Wrapper just like xf86DrvMsg, but
 				   without the verbosity level checking.
 				   This will make it easy to turn off some