updates.
[silc.git] / apps / silcd / command_reply.h
index 213ed97932efdaaa684d0de3de033eb790203d56..75be5094ea0232dbf6c5c132821a6835ddb06c03 100644 (file)
@@ -54,7 +54,7 @@ typedef struct {
 
 /* Macro used to declare command reply functions */
 #define SILC_SERVER_CMD_REPLY_FUNC(func) \
-void silc_server_command_reply_##func(void *context)
+void silc_server_command_reply_##func(void *context, void *context2)
 
 /* Prototypes */
 void silc_server_command_reply_free(SilcServerCommandReplyContext cmd);