mesa: add fwd decl of fill_in_entrypoint_offset()

This commit is contained in:
Brian Paul 2008-06-18 11:00:43 -06:00
parent 9a2c70f075
commit b1eff0228b

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.