Move silc_client_packet_send back to internal, added
[silc.git] / lib / silcclient / client_internal.h
index d3de6db397fbbc631a1b68b836b321860f6a50d1..195f5cdf0ec2c47249903c4d9fb03ff96a59d10d 100644 (file)
@@ -208,6 +208,16 @@ do {                                                               \
 /* Prototypes */
 
 SILC_TASK_CALLBACK_GLOBAL(silc_client_packet_process);
+void silc_client_packet_send(SilcClient client,
+                             SilcSocketConnection sock,
+                             SilcPacketType type,
+                             void *dst_id,
+                             SilcIdType dst_id_type,
+                             SilcCipher cipher,
+                             SilcHmac hmac,
+                             unsigned char *data,
+                             SilcUInt32 data_len,
+                             bool force_send);
 int silc_client_packet_send_real(SilcClient client,
                                 SilcSocketConnection sock,
                                 bool force_send);