[mapserver-commits] r7357 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Wed Feb 6 12:41:32 EST 2008


Author: tomkralidis
Date: 2008-02-06 12:41:32 -0500 (Wed, 06 Feb 2008)
New Revision: 7357

Modified:
   trunk/mapserver/mapows.h
Log:
Added pszUpdateSequence to struct (#2384)


Modified: trunk/mapserver/mapows.h
===================================================================
--- trunk/mapserver/mapows.h	2008-02-06 17:20:16 UTC (rev 7356)
+++ trunk/mapserver/mapows.h	2008-02-06 17:41:32 UTC (rev 7357)
@@ -44,9 +44,10 @@
     FILE      * fp;            /* FILE * used during download */
 } httpRequestObj;
 
-typedef  struct
+typedef struct
 {
   char *pszVersion;
+  char *pszUpdateSequence;
   char *pszRequest;
   char *pszService;
   char *pszTypeName;



More information about the mapserver-commits mailing list