Update SoftAP

This commit is contained in:
jomjol
2022-12-31 11:15:51 +01:00
parent eff713a2a9
commit b9abbafefc
10 changed files with 135 additions and 19 deletions

View File

@@ -14,6 +14,7 @@ public:
bool isNewParagraph(std::string input);
bool GetNextParagraph(std::string& aktparamgraph, bool &disabled, bool &eof);
bool getNextLine(std::string* rt, bool &disabled, bool &eof);
bool ConfigFileExists(){return pFile;};
private:
FILE* pFile;