Function SilcSFTPSendPacketCallback
SYNOPSIS
typedef void (*SilcSFTPSendPacketCallback)(SilcSocketConnection sock,
SilcBuffer packet,
void *context);
DESCRIPTION
Packet sending callback. The caller of this interface will provide this
function for the library. The libary will call this function everytime
it needs to send a packet to the socket connection indicated by the
`sock'.