X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Finit.h;h=f038d7b6213802ffa5efa2f89c55cc3d3852fdb2;hp=6bf846628ae401f899a2c97e7ecbcb3a20243ab1;hb=6ec9d30905e8df77e60d0195074920271abb977a;hpb=3703150d56ff6ee557ab330e55637c9c23835902 diff --git a/src/init.h b/src/init.h index 6bf8466..f038d7b 100644 --- a/src/init.h +++ b/src/init.h @@ -1,5 +1,5 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto -// Copyright (c) 2011 The Bitcoin developers +// Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_INIT_H @@ -12,4 +12,7 @@ void Shutdown(void* parg); bool AppInit(int argc, char* argv[]); bool AppInit2(int argc, char* argv[]); +bool GetStartOnSystemStartup(); +bool SetStartOnSystemStartup(bool fAutoStart); + #endif