Added Requested Attributes sending and receiving support to
[silc.git] / lib / silcclient / command.h
index b85d2e05a18399c4bb3fdf6ede4ed556c32e0f94..84663109522fed1265ec71443b0f3325fcdc0e97 100644 (file)
@@ -120,6 +120,9 @@ silc_client_command_pending_check(SilcClientConnection conn,
                                  SilcCommand command, 
                                  SilcUInt16 ident,
                                  SilcUInt32 *callbacks_count);
+void silc_client_command_process(SilcClient client,
+                                SilcSocketConnection sock,
+                                SilcPacketContext *packet);
 SILC_CLIENT_CMD_FUNC(whois);
 SILC_CLIENT_CMD_FUNC(whowas);
 SILC_CLIENT_CMD_FUNC(identify);