Grammar and spelling fixes
[mesa.git] / src / mesa / math / m_debug.h
index b098aa0abcf50a224316ada5625f92efc7e97752..6476b6de28c3ec37b672ff1f0fb242e7e1eba716 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: m_debug.h,v 1.2 2001/02/05 19:17:31 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -23,8 +22,8 @@
  * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
- * Author:
- *    Gareth Hughes <gareth@valinux.com>
+ * Authors:
+ *    Gareth Hughes
  */
 
 #ifndef __M_DEBUG_H__
 
 extern void _math_test_all_transform_functions( char *description );
 extern void _math_test_all_normal_transform_functions( char *description );
+extern void _math_test_all_cliptest_functions( char *description );
+
+/* Deprecated?
+ */
 extern void _math_test_all_vertex_functions( char *description );
 
 extern char *mesa_profile;