diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-07-26 17:15:18 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-07-26 17:15:18 +0000 |
commit | 793200e5e918a6e993ddf701967a8b6535a6828f (patch) | |
tree | e983c5b11c032a309edb230f8694225aef478d98 /init.h | |
parent | 6966768a554575ca329fbcd4aad0d4f21c702f9a (diff) |
bitcoind now compiles without wxWidgets or wxBase
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@112 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'init.h')
-rw-r--r-- | init.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,5 +3,5 @@ // file license.txt or http://www.opensource.org/licenses/mit-license.php.
void Shutdown(void* parg);
-bool GetStartOnSystemStartup();
-void SetStartOnSystemStartup(bool fAutoStart);
+bool AppInit(int argc, char* argv[]);
+bool AppInit2(int argc, char* argv[]);
|