From 6457cfac5317369a13c047549f56c55029e31528 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Mon, 16 Mar 2020 16:12:04 -0700 Subject: [PATCH] Delete a prototype for a function that has been removed. --- wolfssh/ssh.h | 1 - 1 file changed, 1 deletion(-) diff --git a/wolfssh/ssh.h b/wolfssh/ssh.h index ac437f1..c8e3948 100644 --- a/wolfssh/ssh.h +++ b/wolfssh/ssh.h @@ -218,7 +218,6 @@ typedef enum { WOLFSSH_API WS_SessionType wolfSSH_GetSessionType(const WOLFSSH*); WOLFSSH_API const char* wolfSSH_GetSessionCommand(const WOLFSSH*); WOLFSSH_API int wolfSSH_SetChannelType(WOLFSSH*, byte, byte*, word32); -WOLFSSH_API void wolfSSH_CheckReceivePending(WOLFSSH* ssh); enum WS_HighwaterSide {