]>
Commit | Line | Data |
---|---|---|
8bd66202 GA |
1 | // Copyright (c) 2009-2010 Satoshi Nakamoto |
2 | // Distributed under the MIT/X11 software license, see the accompanying | |
3 | // file license.txt or http://www.opensource.org/licenses/mit-license.php. | |
4 | ||
5 | void Shutdown(void* parg); | |
6 | bool GetStartOnSystemStartup(); | |
7 | void SetStartOnSystemStartup(bool fAutoStart); |