From b1eff0228b7199920c02e62446ebf5496c298814 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 18 Jun 2008 11:00:43 -0600 Subject: [PATCH] mesa: add fwd decl of fill_in_entrypoint_offset() --- src/mesa/glapi/glapi_getproc.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mesa/glapi/glapi_getproc.c b/src/mesa/glapi/glapi_getproc.c index b3ecc9d25ad..5e0af26a013 100644 --- a/src/mesa/glapi/glapi_getproc.c +++ b/src/mesa/glapi/glapi_getproc.c @@ -38,6 +38,10 @@ #include "glapitable.h" +static void +fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset); + + /** * strdup() is actually not a standard ANSI C or POSIX routine. * Irix will not define it if ANSI mode is in effect. -- 2.11.0