ソースを参照

fix raster.h (https://trac.osgeo.org/grass/changeset/38120)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38122 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 年 前
コミット
185cfd7c7f
1 ファイル変更2 行追加2 行削除
  1. 2 2
      include/raster.h

+ 2 - 2
include/raster.h

@@ -381,8 +381,8 @@ void Rast__init_null_bits(unsigned char *, int);
 /* 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);