10 lines
134 B
C
Raw Normal View History

#ifndef _WIZHELPER_H_
#define _WIZHELPER_H_
2020-11-10 14:51:40 +01:00
#include <stdbool.h>
2020-11-08 15:56:14 +01:00
int wizInit();
2020-11-10 14:51:40 +01:00
bool isNetworkAvailable();
#endif // _WIZHELPER_H_