summaryrefslogtreecommitdiff
path: root/src/mesa/shader/nvvertprog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/nvvertprog.h')
-rw-r--r--src/mesa/shader/nvvertprog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/shader/nvvertprog.h b/src/mesa/shader/nvvertprog.h
index b8dbe36313..994a324f8f 100644
--- a/src/mesa/shader/nvvertprog.h
+++ b/src/mesa/shader/nvvertprog.h
@@ -108,4 +108,8 @@ struct vp_instruction
};
+extern void
+_mesa_init_vp_instruction(struct vp_instruction *inst);
+
+
#endif /* VERTPROG_H */