Add midding function prototype.

This commit is contained in:
John Safranek
2019-08-28 13:54:29 -07:00
parent b6ca72549c
commit 53c7f864b2

View File

@ -180,6 +180,10 @@ typedef int (*SSLWatchCb)(void* vSniffer,
WOLFSSL_API
SSL_SNIFFER_API int ssl_SetWatchKeyCallback(SSLWatchCb cb, char* error);
WOLFSSL_API
SSL_SNIFFER_API int ssl_SetWatchKeyCallback_ex(SSLWatchCb cb, int devId,
char* error);
WOLFSSL_API
SSL_SNIFFER_API int ssl_SetWatchKeyCtx(void* ctx, char* error);