Merge branch 'llvm-cliptest-viewport'
[mesa.git] / src / mesa / main / lines.h
index ac4b33f4db66f0fa7f1c3807df82ebd31bfe53f9..3accdd78004b05f7074ff865f8b7b75f3fba9ab1 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * \file lines.h
+ * Line operations.
+ */
 
 /*
  * Mesa 3-D graphics library
@@ -24,6 +28,7 @@
  */
 
 
+
 #ifndef LINES_H
 #define LINES_H
 
 #include "mtypes.h"
 
 
-extern void
+extern void GLAPIENTRY
 _mesa_LineWidth( GLfloat width );
 
-extern void
+extern void GLAPIENTRY
 _mesa_LineStipple( GLint factor, GLushort pattern );
 
+extern void GLAPIENTRY 
+_mesa_init_line( struct gl_context * ctx );
 
 #endif