[GRASS-SVN] r67997 - grass/trunk/include/defs
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Mar 4 06:13:03 PST 2016
Author: wenzeslaus
Date: 2016-03-04 06:13:03 -0800 (Fri, 04 Mar 2016)
New Revision: 67997
Modified:
grass/trunk/include/defs/gis.h
Log:
parser: add missing fun decl from r67994 (-Werror=implicit-function-declaration)
Modified: grass/trunk/include/defs/gis.h
===================================================================
--- grass/trunk/include/defs/gis.h 2016-03-04 09:37:38 UTC (rev 67996)
+++ grass/trunk/include/defs/gis.h 2016-03-04 14:13:03 UTC (rev 67997)
@@ -607,6 +607,7 @@
/* progrm_nme.c */
const char *G_program_name(void);
+const char *G_original_program_name(void);
void G_set_program_name(const char *);
/* proj1.c */
More information about the grass-commit
mailing list