[mapserver-commits] r8572 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Wed Feb 18 00:19:18 EST 2009


Author: sdlime
Date: 2009-02-18 00:19:18 -0500 (Wed, 18 Feb 2009)
New Revision: 8572

Modified:
   trunk/mapserver/mapserver.h
Log:
Added function prototype for msValidateParameter() to mapserver.h

Modified: trunk/mapserver/mapserver.h
===================================================================
--- trunk/mapserver/mapserver.h	2009-02-18 00:22:55 UTC (rev 8571)
+++ trunk/mapserver/mapserver.h	2009-02-18 05:19:18 UTC (rev 8572)
@@ -1545,8 +1545,9 @@
 MS_DLL_EXPORT int msMapIgnoreMissingData( mapObj *map );
 
 /* mapfile.c */
-   
-MS_DLL_EXPORT int msGetLayerIndex(mapObj *map, char *name); /* in mapfile.c */
+
+MS_DLL_EXPORT int msValidateParameter(char *value, char *pattern1, char *pattern2, char *pattern3, char *pattern4);
+MS_DLL_EXPORT int msGetLayerIndex(mapObj *map, char *name);
 MS_DLL_EXPORT int msGetSymbolIndex(symbolSetObj *set, char *name, int try_addimage_if_notfound);
 MS_DLL_EXPORT mapObj  *msLoadMap(char *filename, char *new_mappath);
 MS_DLL_EXPORT int msSaveMap(mapObj *map, char *filename);



More information about the mapserver-commits mailing list