mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
* FS.h : add include guards
This commit is contained in:
parent
33a33e3c71
commit
d3746e0119
1 changed files with 5 additions and 0 deletions
5
FS.h
5
FS.h
|
@ -6,6 +6,9 @@
|
||||||
* See full license text in LICENSE file at top of project tree
|
* See full license text in LICENSE file at top of project tree
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef FS_H__
|
||||||
|
#define FS_H__
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
@ -139,3 +142,5 @@ namespace fs {
|
||||||
HashedStorage & GetPeerProfiles();
|
HashedStorage & GetPeerProfiles();
|
||||||
} // fs
|
} // fs
|
||||||
} // i2p
|
} // i2p
|
||||||
|
|
||||||
|
#endif // /* FS_H__ */
|
||||||
|
|
Loading…
Add table
Reference in a new issue