Bitcoin-Qt signmessage GUI (pull request #582)
[novacoin.git] / src / init.h
index 4017f25..6721b28 100644 (file)
@@ -11,4 +11,7 @@ void Shutdown(void* parg);
 bool AppInit(int argc, char* argv[]);
 bool AppInit2(int argc, char* argv[]);
 
+bool GetStartOnSystemStartup();
+bool SetStartOnSystemStartup(bool fAutoStart);
+
 #endif