diff options
| author | Matt Corallo <[email protected]> | 2011-12-19 18:49:07 -0500 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2011-12-20 13:51:06 -0500 |
| commit | f18a119ac057a3256efffb3ec7d131949ccf48d3 (patch) | |
| tree | 471a906e81f9a450e53d83fd546b4488ff0a75ce /src/init.h | |
| parent | Merge pull request #704 from TheBlueMatt/master (diff) | |
| download | discoin-f18a119ac057a3256efffb3ec7d131949ccf48d3.tar.xz discoin-f18a119ac057a3256efffb3ec7d131949ccf48d3.zip | |
Implement "Start on window system startup" on Win32 + Linux.
Diffstat (limited to 'src/init.h')
| -rw-r--r-- | src/init.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/init.h b/src/init.h index 4017f2570..6721b2899 100644 --- a/src/init.h +++ b/src/init.h @@ -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 |