summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/nvprogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/nvprogram.h')
-rw-r--r--src/mesa/main/nvprogram.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/main/nvprogram.h b/src/mesa/main/nvprogram.h
index 5d31ebb..c58b0ed 100644
--- a/src/mesa/main/nvprogram.h
+++ b/src/mesa/main/nvprogram.h
@@ -1,4 +1,4 @@
-/* $Id: nvprogram.h,v 1.2 2003/02/16 23:07:36 brianp Exp $ */
+/* $Id: nvprogram.h,v 1.3 2003/02/23 05:23:54 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -55,6 +55,10 @@ _mesa_assign_program_registers(struct symbol_table *symbolTable);
extern void
_mesa_set_program_error(GLcontext *ctx, GLint pos, const char *string);
+extern const char *
+_mesa_find_line_column(const char *string, const char *pos,
+ GLint *line, GLint *col);
+
extern void
_mesa_delete_program(GLcontext *ctx, GLuint id);