mesa: refactor: move _mesa_update_minmax/histogram() into image.c
[mesa.git] / src / mesa / main / lines.h
index ac4b33f4db66f0fa7f1c3807df82ebd31bfe53f9..5a47e9858d5ca2c45ed567769d6be70dd42d1b44 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( GLcontext * ctx );
 
 #endif