added _glapi_get_proc_name()

This commit is contained in:
Brian Paul 1999-12-15 15:03:16 +00:00
parent 0f710258c2
commit acd181021d
1 changed files with 5 additions and 1 deletions

View File

@ -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