Revert " Fixes for #1024 , #1018 #1064 "

This commit is contained in:
orignal
2018-01-22 12:59:34 -05:00
committed by GitHub
parent b8fd9ba83f
commit 626ed720a6
12 changed files with 57 additions and 208 deletions

View File

@@ -37,7 +37,7 @@ namespace android
* returns "ok" if daemon init failed
* returns errinfo if daemon initialized and started okay
*/
std::string start(int argc, char* argv[]);
std::string start();
// stops the daemon
void stop();