drisw: Move pointer dereferences to after NULL checks.
[mesa.git] / src / mesa / swrast / s_points.h
index f52b32b76e53db08250e40986d3e764975842870..9e39c601efb25e6f9c1707b9c703a5f7023a1e1b 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
+extern void
 _swrast_choose_point( GLcontext *ctx );
 
-void
+extern void
 _swrast_add_spec_terms_point( GLcontext *ctx,
                              const SWvertex *v0 );