mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-21 08:46:39 +01:00
12 lines
78 B
C++
12 lines
78 B
C++
#ifndef API_H__
|
|
#define API_H__
|
|
|
|
namespace i2p
|
|
{
|
|
namespace api
|
|
{
|
|
}
|
|
}
|
|
|
|
#endif
|
|
|