i2pd/api/api.h
2014-11-17 14:42:45 -05:00

16 lines
155 B
C++

#ifndef API_H__
#define API_H__
namespace i2p
{
namespace api
{
void InitI2P (int argc, char* argv[]);
void StartI2P ();
void StopI2P ();
}
}
#endif