Fix for Deauther since "new" version is really OLD

This commit is contained in:
RogueMaster
2022-10-26 17:43:37 -04:00
parent 7a01702717
commit e89bebfea3
17 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
typedef struct WifideautherApp WifideautherApp;
#ifdef __cplusplus
}
#endif