瀏覽代碼

r.volume: add missing header

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57442 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 年之前
父節點
當前提交
d5a234c420
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      raster/r.volume/local_proto.h

+ 3 - 0
raster/r.volume/local_proto.h

@@ -0,0 +1,3 @@
+#define SEP "-----------------------------------------------------------------------------"
+
+int centroids(int, int *, int *, int, int);