mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 00:00:12 +01:00
mesa: add fwd decl of fill_in_entrypoint_offset()
This commit is contained in:
parent
9a2c70f075
commit
b1eff0228b
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue