#ifndef in *.h + #pragma once (#1639)

This commit is contained in:
Nicolas Liaudat
2022-12-20 06:46:13 +01:00
committed by GitHub
parent c4cd43b3d6
commit fc5fbd648e
37 changed files with 188 additions and 288 deletions

View File

@@ -1,3 +1,5 @@
#pragma once
#ifndef READ_WLANINI_H
#define READ_WLANINI_H
@@ -8,4 +10,4 @@ void LoadWlanFromFile(std::string fn, char *&_ssid, char *&_password, char *&_ho
bool ChangeHostName(std::string fn, std::string _newhostname);
#endif
#endif //READ_WLANINI_H