From b8bc33a6b13cae3867315e70788ffa6506ba8ab3 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Sun, 23 Feb 2003 19:37:15 +0000 Subject: [PATCH] add 'void' to glXGetProcAddress prototype --- include/GL/glx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/GL/glx.h b/include/GL/glx.h index 4236ece75af..fef877137b1 100644 --- a/include/GL/glx.h +++ b/include/GL/glx.h @@ -1,4 +1,4 @@ -/* $Id: glx.h,v 1.38 2002/10/14 13:52:27 brianp Exp $ */ +/* $Id: glx.h,v 1.38.4.1 2003/02/23 19:37:15 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -295,7 +295,7 @@ extern void glXGetSelectedEvent( Display *dpy, GLXDrawable drawable, /* GLX 1.4 and later */ -extern void (*glXGetProcAddress(const GLubyte *procname))(); +extern void (*glXGetProcAddress(const GLubyte *procname))( void ); #ifndef GLX_GLXEXT_LEGACY