api added

This commit is contained in:
orignal 2014-11-17 12:37:40 -05:00
parent b9e2b7bf64
commit 7cf19f5784
4 changed files with 77 additions and 0 deletions

12
api/api.h Normal file
View file

@ -0,0 +1,12 @@
#ifndef API_H__
#define API_H__
namespace i2p
{
namespace api
{
}
}
#endif