Merge remote-tracking branch 'origin/master' into pipe-video
[mesa.git] / src / mesa / swrast / s_points.h
index f52b32b76e53db08250e40986d3e764975842870..0b6550e8018170cb3e145e86b52a5fae4ea36f5b 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: s_points.h,v 1.5 2001/03/12 00:48:42 gareth Exp $ */
 
 /*
  * Mesa 3-D graphics library
 #ifndef S_POINTS_H
 #define S_POINTS_H
 
-#include "mtypes.h"
+#include "swrast.h"
 
-void
-_swrast_choose_point( GLcontext *ctx );
+extern void
+_swrast_choose_point( struct gl_context *ctx );
 
-void
-_swrast_add_spec_terms_point( GLcontext *ctx,
+extern void
+_swrast_add_spec_terms_point( struct gl_context *ctx,
                              const SWvertex *v0 );
 
 #endif