Grammar and spelling fixes
[mesa.git] / src / mesa / math / m_debug.h
index de94b21f2df05f317c7ea955abe3861093fcd13e..6476b6de28c3ec37b672ff1f0fb242e7e1eba716 100644 (file)
@@ -1,10 +1,9 @@
-/* $Id: m_debug.h,v 1.1 2001/02/03 08:41:04 gareth Exp $ */
 
 /*
  * Mesa 3-D graphics library
  * Version:  3.5
  *
- * Copyright (C) 1999  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -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;
+
 #endif