Mesa (gallium-0.2): mesa: add fwd decl of fill_in_entrypoint_offset()

Keith Whitwell keithw at kemper.freedesktop.org
Wed Sep 24 00:24:57 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: c79779aff09073d87b9a6138bf09f23c3b8b5fd7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c79779aff09073d87b9a6138bf09f23c3b8b5fd7

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Jun 18 11:00:43 2008 -0600

mesa: add fwd decl of fill_in_entrypoint_offset()
(cherry picked from commit b1eff0228b7199920c02e62446ebf5496c298814)

---

 src/mesa/glapi/glapi_getproc.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/mesa/glapi/glapi_getproc.c b/src/mesa/glapi/glapi_getproc.c
index 92a6fdc..3634444 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.




More information about the mesa-commit mailing list