[mapserver-commits] r7365 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Thu Feb 7 20:38:42 EST 2008
Author: tomkralidis
Date: 2008-02-07 20:38:42 -0500 (Thu, 07 Feb 2008)
New Revision: 7365
Modified:
trunk/mapserver/mapwcs.h
trunk/mapserver/mapwcs11.c
Log:
declare msWCSException11 in mapwcs.h (#2384)
Modified: trunk/mapserver/mapwcs.h
===================================================================
--- trunk/mapserver/mapwcs.h 2008-02-07 19:45:02 UTC (rev 7364)
+++ trunk/mapserver/mapwcs.h 2008-02-08 01:38:42 UTC (rev 7365)
@@ -91,5 +91,6 @@
int msWCSGetCoverageBands11( mapObj *map, cgiRequestObj *request,
wcsParamsObj *params, layerObj *lp,
char **p_bandlist );
+int msWCSException11(mapObj *map, char *locator, char *exceptionCode, const char *version);
#endif /* nef MAPWCS_H */
Modified: trunk/mapserver/mapwcs11.c
===================================================================
--- trunk/mapserver/mapwcs11.c 2008-02-07 19:45:02 UTC (rev 7364)
+++ trunk/mapserver/mapwcs11.c 2008-02-08 01:38:42 UTC (rev 7365)
@@ -52,7 +52,7 @@
**
*/
-static int msWCSException11(mapObj *map, char *locator, char *exceptionCode, const char *version) {
+int msWCSException11(mapObj *map, char *locator, char *exceptionCode, const char *version) {
int size = 0;
char *errorString = NULL;
char *errorMessage = NULL;
More information about the mapserver-commits
mailing list