appAuth.h 202 B

1234567891011121314
  1. #ifndef __APP_AUTH_H
  2. #define __APP_AUTH_H
  3. #include "stdbool.h"
  4. //#define AUTH_SKIP
  5. char authRecvPro(const char *data, unsigned int length);
  6. void localAuthNow(void);
  7. bool localAuthOk(void);
  8. #endif