diff options
author | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
commit | 2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch) | |
tree | 95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/llcommon/llapp.h | |
parent | Second Life viewer sources 1.20.6 (diff) | |
download | meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2 meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz |
Second Life viewer sources 1.20.7
Diffstat (limited to 'linden/indra/llcommon/llapp.h')
-rw-r--r-- | linden/indra/llcommon/llapp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llapp.h b/linden/indra/llcommon/llapp.h index 50a70ae..9d8ff88 100644 --- a/linden/indra/llcommon/llapp.h +++ b/linden/indra/llcommon/llapp.h | |||
@@ -46,7 +46,8 @@ typedef void (*LLAppErrorHandler)(); | |||
46 | typedef void (*LLAppChildCallback)(int pid, bool exited, int status); | 46 | typedef void (*LLAppChildCallback)(int pid, bool exited, int status); |
47 | 47 | ||
48 | #if !LL_WINDOWS | 48 | #if !LL_WINDOWS |
49 | extern const S32 LL_SMACKDOWN_SIGNAL; | 49 | extern S32 LL_SMACKDOWN_SIGNAL; |
50 | extern S32 LL_HEARTBEAT_SIGNAL; | ||
50 | 51 | ||
51 | // Clear all of the signal handlers (which we want to do for the child process when we fork | 52 | // Clear all of the signal handlers (which we want to do for the child process when we fork |
52 | void clear_signals(); | 53 | void clear_signals(); |