diff options
Diffstat (limited to 'src/mesa/main/errors.h')
-rw-r--r-- | src/mesa/main/errors.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/errors.h b/src/mesa/main/errors.h index 6ab9b5eaeae..ed1c6fc7fb5 100644 --- a/src/mesa/main/errors.h +++ b/src/mesa/main/errors.h @@ -54,6 +54,9 @@ extern void _mesa_init_errors( struct gl_context *ctx ); extern void +_mesa_free_errors_data( struct gl_context *ctx ); + +extern void _mesa_warning( struct gl_context *gc, const char *fmtString, ... ) PRINTFLIKE(2, 3); extern void |