[GRASS-SVN] r38122 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 29 17:28:21 EDT 2009


Author: martinl
Date: 2009-06-29 17:28:21 -0400 (Mon, 29 Jun 2009)
New Revision: 38122

Modified:
   grass/trunk/include/raster.h
Log:
fix raster.h (r38120)


Modified: grass/trunk/include/raster.h
===================================================================
--- grass/trunk/include/raster.h	2009-06-29 21:26:13 UTC (rev 38121)
+++ grass/trunk/include/raster.h	2009-06-29 21:28:21 UTC (rev 38122)
@@ -381,8 +381,8 @@
 /* opencell.c */
 int Rast_open_old(const char *, const char *);
 int Rast__open_old(const char *, const char *);
-int Rast_open_new(const char *);
-int Rast_open_new_uncompressed(const char *);
+int Rast_open_c_new(const char *);
+int Rast_open_c_new_uncompressed(const char *);
 void Rast_want_histogram(int);
 void Rast_set_cell_format(int);
 int Rast_get_cell_format(CELL);



More information about the grass-commit mailing list