#ifndef __APP_AUTH_H #define __APP_AUTH_H #include "stdbool.h" char authRecvPro(const char *data, unsigned int length); void localAuthNow(void); bool localAuthOk(void); //#define DEVELOP_MODE #endif