From 53c7f864b245e30256ff0b7ef9f76354b01790c9 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Wed, 28 Aug 2019 13:54:29 -0700 Subject: [PATCH] Add midding function prototype. --- wolfssl/sniffer.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wolfssl/sniffer.h b/wolfssl/sniffer.h index 7d11a7517..6d6e155f8 100644 --- a/wolfssl/sniffer.h +++ b/wolfssl/sniffer.h @@ -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);