add extern prototype for PIC32 pic32_time()

This commit is contained in:
Chris Conlon
2020-04-20 14:03:50 -06:00
parent d8a6d16f72
commit 8ebd121cac

View File

@ -553,6 +553,7 @@ WOLFSSL_API int wolfCrypt_Cleanup(void);
#elif defined(MICROCHIP_TCPIP_V5) || defined(MICROCHIP_TCPIP)
#include <time.h>
extern time_t pic32_time(time_t* timer);
#define XTIME(t1) pic32_time((t1))
#define XGMTIME(c, t) gmtime((c))