mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-04-27 02:05:22 +00:00
13 lines
78 B
C++
13 lines
78 B
C++
#ifndef API_H__
|
|
#define API_H__
|
|
|
|
namespace i2p
|
|
{
|
|
namespace api
|
|
{
|
|
}
|
|
}
|
|
|
|
#endif
|
|
|