diff options
Diffstat (limited to 'src/mesa/glapi/glapi.h')
-rw-r--r-- | src/mesa/glapi/glapi.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/glapi/glapi.h b/src/mesa/glapi/glapi.h index 806740b654c..0a9eb0bcf70 100644 --- a/src/mesa/glapi/glapi.h +++ b/src/mesa/glapi/glapi.h @@ -1,4 +1,4 @@ -/* $Id: glapi.h,v 1.6 1999/12/15 15:02:31 brianp Exp $ */ +/* $Id: glapi.h,v 1.7 1999/12/15 15:03:16 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -69,4 +69,8 @@ extern const GLvoid * _glapi_get_proc_address(const char *funcName); +extern const char * +_glapi_get_proc_name(GLuint offset); + + #endif |