[GRASS-SVN] r34426 - grass/branches/develbranch_6/include

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 21 09:31:23 EST 2008


Author: neteler
Date: 2008-11-21 09:31:23 -0500 (Fri, 21 Nov 2008)
New Revision: 34426

Modified:
   grass/branches/develbranch_6/include/gisdefs.h
Log:
added G_set_ls_exclude_filter

Modified: grass/branches/develbranch_6/include/gisdefs.h
===================================================================
--- grass/branches/develbranch_6/include/gisdefs.h	2008-11-21 14:30:15 UTC (rev 34425)
+++ grass/branches/develbranch_6/include/gisdefs.h	2008-11-21 14:31:23 UTC (rev 34426)
@@ -762,6 +762,7 @@
 
 /* ls.c */
 void G_set_ls_filter(int (*)(const char *, void *), void *);
+void G_set_ls_exclude_filter(int (*)(const char *, void *), void *);
 char **G__ls(const char *, int *);
 void G_ls(const char *, FILE *);
 void G_ls_format(char **, int, int, FILE *);



More information about the grass-commit mailing list