Merge branch 'llvm-cliptest-viewport'
[mesa.git] / src / mesa / main / hint.h
index 57f3823fcfbf67bb934e0e0bc8897fac2e6d6700..66e78ad655740e0f7b110a97dd8b2890b625f690 100644 (file)
 
 #if _HAVE_FULL_GL
 
-extern void
+extern void GLAPIENTRY
 _mesa_Hint( GLenum target, GLenum mode );
 
 extern void 
-_mesa_init_hint( GLcontext * ctx );
+_mesa_init_hint( struct gl_context * ctx );
 
 #else