Symbol names are prepended with an underscore on CYGWIN as well.
[mesa.git] / src / mesa / tnl / t_array_import.h
index c1b903e24a5edb0b00c0324f2e14e93e3e5bdcc8..39b77641d5381d46bbe28a3842b7c34763e06474 100644 (file)
@@ -1,10 +1,9 @@
-/* $Id: t_array_import.h,v 1.1 2000/12/26 05:09:32 keithw Exp $ */
 
 /*
  * Mesa 3-D graphics library
  * Version:  3.5
  *
- * Copyright (C) 1999-2000  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"),
 #include "mtypes.h"
 #include "t_context.h"
 
-extern void _tnl_vb_bind_arrays( GLcontext *ctx, GLint start, GLsizei count );
-
-extern void _tnl_fill_immediate_drawarrays( GLcontext *ctx,
-                                           struct immediate *IM,
-                                           GLuint start, GLuint count ) ;
+extern void _tnl_vb_bind_arrays( GLcontext *ctx, GLint start, GLint end );
 
 extern void _tnl_array_import_init( GLcontext *ctx );
 
-
 #endif