X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Finit.h;h=61b2728576a44cd9c9bae6ea9711127f561018e4;hb=223b6f1ba4819e9a146e7aa451d546726d0bc714;hp=265ddb885360d8dadd35c6ba90f9bf733420f991;hpb=c22feee634ade7f887d7e29635a8e5dc44675273;p=novacoin.git diff --git a/src/init.h b/src/init.h index 265ddb8..61b2728 100644 --- a/src/init.h +++ b/src/init.h @@ -1,7 +1,11 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. +#ifndef BITCOIN_INIT_H +#define BITCOIN_INIT_H void Shutdown(void* parg); bool AppInit(int argc, char* argv[]); bool AppInit2(int argc, char* argv[]); + +#endif