diff options
Diffstat (limited to 'include/GL/glfbdev.h')
-rw-r--r-- | include/GL/glfbdev.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/GL/glfbdev.h b/include/GL/glfbdev.h index cd6cdd5e51f..6af3ac31427 100644 --- a/include/GL/glfbdev.h +++ b/include/GL/glfbdev.h @@ -62,7 +62,10 @@ extern const char * glFBDevGetString( int str ); -extern const void * +typedef void (*GLFBDevProc)(); + + +extern const GLFBDevProc glFBDevGetProcAddress( const char *procName ); |