start/stop/init through api

This commit is contained in:
orignal 2014-11-17 14:42:45 -05:00
parent 7cf19f5784
commit 439b8798c9
3 changed files with 58 additions and 10 deletions

View file

@ -5,6 +5,9 @@ namespace i2p
{
namespace api
{
void InitI2P (int argc, char* argv[]);
void StartI2P ();
void StopI2P ();
}
}