Changed to use new generic payloads.
[silc.git] / apps / silcd / command.h
index d5c96e9b28c7df3c211a62765547108333a0e605..70ff20c82c9feb95360d03e133029b413f8d714d 100644 (file)
@@ -52,6 +52,7 @@ typedef struct {
   SilcServer server;
   SilcSocketConnection sock;
   SilcCommandPayload payload;
+  SilcArgumentPayload args;
   SilcPacketContext *packet;
   int pending;
 } *SilcServerCommandContext;