From b6dc3b517b74ef2baa0e707f837a65b4ff5a6f2e Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto Date: Mon, 26 Jul 2010 17:44:51 +0000 Subject: bitcoind now compiles without wxWidgets or wxBase --- init.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.h') 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[]); -- cgit v1.2.3