This commit is contained in:
orignal 2016-06-15 12:20:31 -04:00
parent 70e502e55d
commit b0e3339370
4 changed files with 46 additions and 32 deletions

View file

@ -3,14 +3,6 @@
#include <string>
#if defined(QT_GUI)
#elif defined(_WIN32)
#else
#endif
namespace i2p
{
namespace util
@ -49,6 +41,11 @@ namespace i2p
static DaemonQT instance;
return instance;
}
bool init(int argc, char* argv[]);
bool start();
bool stop();
void run ();
};
#elif defined(_WIN32)