updates.
[silc.git] / lib / silcclient / client.h
index 13ebfd0bcd5824dc270e1c1e64631649f1803619..bd1c7e88042d0f4e40bded5338a1754ab2e5fbf5 100644 (file)
@@ -296,13 +296,4 @@ void silc_client_private_message(SilcClient client,
                                 SilcSocketConnection sock, 
                                 SilcPacketContext *packet);
 
-void silc_client_packet_send_flush(SilcClient client, 
-                                  SilcSocketConnection sock,
-                                  SilcPacketType type, 
-                                  void *dst_id,
-                                  SilcIdType dst_id_type,
-                                  SilcCipher cipher,
-                                  SilcHmac hmac,
-                                  unsigned char *data, 
-                                  uint32 data_len);
 #endif