Added support for multiple cut/writemaphtml commands.
[crypto.git] / apps / silcmap / silcmap.h
index 61259ffb0f450488385af5e87e8545ea8bfb3e0d..7f63318a2ca87c4ec54af1a708acf92ce9507412 100644 (file)
@@ -83,8 +83,10 @@ typedef struct {
   /* Output methods */
   SilcMapCommandStruct writemap;
   SilcMapCommandStruct writehtml;
-  SilcMapCommandStruct writemaphtml;
-  SilcMapCommandStruct cut;
+  SilcMapCommandStruct *writemaphtml;
+  SilcMapCommandStruct *cut;
+  SilcUInt32 writemaphtml_count;
+  SilcUInt32 cut_count;
 } *SilcMap;
 
 /* SilcMap connecetion context. */