summaryrefslogtreecommitdiff
path: root/src/mesa/shader/nvfragparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/nvfragparse.h')
-rw-r--r--src/mesa/shader/nvfragparse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/shader/nvfragparse.h b/src/mesa/shader/nvfragparse.h
index 849a7fbc7d..de45cf543d 100644
--- a/src/mesa/shader/nvfragparse.h
+++ b/src/mesa/shader/nvfragparse.h
@@ -34,11 +34,11 @@
extern void
_mesa_parse_nv_fragment_program(GLcontext *ctx, GLenum target,
const GLubyte *str, GLsizei len,
- struct fragment_program *program);
+ struct gl_fragment_program *program);
extern void
-_mesa_print_nv_fragment_program(const struct fragment_program *program);
+_mesa_print_nv_fragment_program(const struct gl_fragment_program *program);
extern const char *