aboutsummaryrefslogtreecommitdiff
path: root/init.h
diff options
context:
space:
mode:
authorSatoshi Nakamoto <satoshin@gmx.com>2010-07-26 17:44:51 +0000
committerGavin Andresen <gavinandresen@gmail.com>2010-07-26 17:44:51 +0000
commitb6dc3b517b74ef2baa0e707f837a65b4ff5a6f2e (patch)
tree757fa9f209b9cb6a42c6b6e6df9e58cad074cd03 /init.h
parentf0c11b1917009f1648eb42f1d17f35196fb7c539 (diff)
downloadbitcoin-b6dc3b517b74ef2baa0e707f837a65b4ff5a6f2e.tar.xz
bitcoind now compiles without wxWidgets or wxBase
Diffstat (limited to 'init.h')
-rw-r--r--init.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.h b/init.h
index b9ab0d146e..265ddb8853 100644
--- a/init.h
+++ b/init.h
@@ -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[]);