From: Patrice Mandin Date: Sat, 3 Feb 2007 22:46:58 +0000 (+0100) Subject: nouveau: forgot function declaration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f8ec7f1398e600f4ed2ff3d0fb8d77d706f0fc18;p=mesa.git nouveau: forgot function declaration --- diff --git a/src/mesa/drivers/dri/nouveau/nouveau_state.h b/src/mesa/drivers/dri/nouveau/nouveau_state.h index 5b852874457..dbac71760b6 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_state.h +++ b/src/mesa/drivers/dri/nouveau/nouveau_state.h @@ -36,6 +36,7 @@ extern void nv04InitStateFuncs(GLcontext *ctx, struct dd_function_table *func); extern void nv10InitStateFuncs(GLcontext *ctx, struct dd_function_table *func); extern void nv20InitStateFuncs(GLcontext *ctx, struct dd_function_table *func); extern void nv30InitStateFuncs(GLcontext *ctx, struct dd_function_table *func); +extern void nv50InitStateFuncs(GLcontext *ctx, struct dd_function_table *func); extern void nouveauInitState(GLcontext *ctx);