mesa: add fwd decl of fill_in_entrypoint_offset()
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 18 Jun 2008 17:00:43 +0000 (11:00 -0600)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 24 Sep 2008 00:09:24 +0000 (17:09 -0700)
(cherry picked from commit b1eff0228b7199920c02e62446ebf5496c298814)

src/mesa/glapi/glapi_getproc.c

index 92a6fdc3220f216a5275730ccf5700a6867f7546..3634444c855bb74ce75967074b6b2b829a1e922d 100644 (file)
 #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.