Function silc_client_private_message_wait_init
SYNOPSIS
SilcBool
silc_client_private_message_wait_init(SilcClient client,
SilcClientConnection conn);
DESCRIPTION
Initializes private message waiting functionality for the connection
indicated by `conn'. Once this is called private message from remote
connection indicated by `conn' for any client entry beloning to that
connection may be waited for, for example in an thread. The function
silc_client_private_message_wait is used to block the current thread
until a private message is received from a specified client entry.
Return FALSE on error.
|