mesa: add fwd decl of fill_in_entrypoint_offset()

(cherry picked from commit b1eff0228b)
This commit is contained in:
Brian Paul 2008-06-18 11:00:43 -06:00 committed by Keith Whitwell
parent ec76910187
commit c79779aff0
1 changed files with 4 additions and 0 deletions

View File

@ -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.