[GRASS-SVN] r49746 - grass/trunk/include/defs

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 14 10:29:55 EST 2011


Author: mmetz
Date: 2011-12-14 07:29:55 -0800 (Wed, 14 Dec 2011)
New Revision: 49746

Modified:
   grass/trunk/include/defs/gis.h
Log:
add new fn G_owner()

Modified: grass/trunk/include/defs/gis.h
===================================================================
--- grass/trunk/include/defs/gis.h	2011-12-14 15:19:02 UTC (rev 49745)
+++ grass/trunk/include/defs/gis.h	2011-12-14 15:29:55 UTC (rev 49746)
@@ -486,6 +486,7 @@
 char *G_convert_dirseps_from_host(char *);
 int G_lstat(const char *, STRUCT_STAT *);
 int G_stat(const char *, STRUCT_STAT *);
+const char *G_owner(const char *);
 
 /* percent.c */
 void G_percent(long, long, int);



More information about the grass-commit mailing list