mesa: add a prototype to silence warnings

This commit is contained in:
Brian Paul 2009-02-28 10:06:55 -07:00
parent ae5c06b9ce
commit 079554a480

View file

@ -188,6 +188,9 @@ void TAG(translate_vertex)(GLcontext *ctx,
}
/* prototype to silence warning */
void TAG(print_vertex)( GLcontext *ctx, const VERTEX *v );
void TAG(print_vertex)( GLcontext *ctx, const VERTEX *v )
{