From f18a119ac057a3256efffb3ec7d131949ccf48d3 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 19 Dec 2011 18:49:07 -0500 Subject: Implement "Start on window system startup" on Win32 + Linux. --- src/init.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/init.h') diff --git a/src/init.h b/src/init.h index 4017f25707..6721b2899b 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 -- cgit v1.2.3