summaryrefslogtreecommitdiff
path: root/xc/include/GL/glx.h
diff options
context:
space:
mode:
Diffstat (limited to 'xc/include/GL/glx.h')
-rw-r--r--xc/include/GL/glx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xc/include/GL/glx.h b/xc/include/GL/glx.h
index 367ce0a51..0254b6064 100644
--- a/xc/include/GL/glx.h
+++ b/xc/include/GL/glx.h
@@ -101,7 +101,7 @@ extern GLXDrawable glXGetCurrentDrawableEXT (void);
extern GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
extern void glXFreeContextEXT (Display *dpy, GLXContext ctx);
extern int glXQueryContextInfoEXT (Display *dpy, GLXContext ctx, int attribute, int *value);
-extern void (*glXGetProcAddressARB(const GLubyte *procName))();
+extern void (*glXGetProcAddressARB(const GLubyte *procName))( void );