mesa: add support for memory object creation/import/delete
[mesa.git] / src / mesa / main / lines.h
index a6a610e71b168f6650615158e400f2b813dcac64..78a405cbac427e5e3244cfa59d826b4637e301b8 100644 (file)
@@ -5,7 +5,6 @@
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.5
  *
  * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
  *
 
 struct gl_context;
 
+void GLAPIENTRY
+_mesa_LineWidth_no_error(GLfloat width);
+
 extern void GLAPIENTRY
 _mesa_LineWidth( GLfloat width );
 
 extern void GLAPIENTRY
 _mesa_LineStipple( GLint factor, GLushort pattern );
 
-extern void GLAPIENTRY 
+extern void
 _mesa_init_line( struct gl_context * ctx );
 
 #endif