mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
13 lines
78 B
C++
13 lines
78 B
C++
#ifndef API_H__
|
|
#define API_H__
|
|
|
|
namespace i2p
|
|
{
|
|
namespace api
|
|
{
|
|
}
|
|
}
|
|
|
|
#endif
|
|
|