mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-20 12:57:17 +00:00
18 lines
249 B
C
18 lines
249 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifndef __SUPPORT_H__
|
|
#define __SUPPORT_H__
|
|
|
|
#include "user_interface.h"
|
|
|
|
/* Function prototypes. */
|
|
void WIFI_wps_status_cb(wps_cb_status status);
|
|
|
|
#endif // ifndef __SUPPORT_H__
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|