diff options
author | George Sapountzis <[email protected]> | 2010-02-26 23:43:46 +0200 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2010-03-01 20:54:19 +0200 |
commit | cccdc1783fda33da6fc12befdf288b74866e5dfa (patch) | |
tree | 388d93e47ebd8395975911955380c06addfad449 /src/mesa/glapi/glapi.h | |
parent | fae5758fac963ce014e3d43f1bca7fb489e02bf9 (diff) |
glapi.c: mv init_glapi_relocs to glapi_getproc.c
Diffstat (limited to 'src/mesa/glapi/glapi.h')
-rw-r--r-- | src/mesa/glapi/glapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/glapi/glapi.h b/src/mesa/glapi/glapi.h index d84e38ae420..0abec5df769 100644 --- a/src/mesa/glapi/glapi.h +++ b/src/mesa/glapi/glapi.h @@ -162,6 +162,9 @@ _glapi_get_proc_address(const char *funcName); */ extern void +init_glapi_relocs_once(void); + +extern void _glapi_check_table_not_null(const struct _glapi_table *table); |