Merge branch 'llvm-cliptest-viewport'
[mesa.git] / src / mesa / main / depth.h
index 0532a2e6d16a93ccb3a314e91ed259a60cdbd395..d61d3b121ba8127f9df32801fcb033d5108ec710 100644 (file)
@@ -5,9 +5,9 @@
 
 /*
  * Mesa 3-D graphics library
- * Version:  5.1
+ * Version:  6.3
  *
- * Copyright (C) 1999-2003  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2005  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"),
@@ -46,12 +46,12 @@ _mesa_DepthFunc( GLenum func );
 extern void GLAPIENTRY
 _mesa_DepthMask( GLboolean flag );
 
-extern void 
-_mesa_init_depth( GLcontext * ctx );
-
 extern void GLAPIENTRY
 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax );
 
+extern void 
+_mesa_init_depth( struct gl_context * ctx );
+
 #else
 
 /** No-op */