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