mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03:00
messages: Make ssh_message_queue() static
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -408,7 +408,8 @@ static int ssh_execute_message_callback(ssh_session session, ssh_message msg) {
|
||||
*
|
||||
* @param[in] message The message to add to the queue.
|
||||
*/
|
||||
void ssh_message_queue(ssh_session session, ssh_message message){
|
||||
static void ssh_message_queue(ssh_session session, ssh_message message)
|
||||
{
|
||||
if (message != NULL) {
|
||||
#ifdef WITH_SERVER
|
||||
int ret;
|
||||
|
||||
Reference in New Issue
Block a user