diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llstartup.h | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/newview/llstartup.h')
-rw-r--r-- | linden/indra/newview/llstartup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llstartup.h b/linden/indra/newview/llstartup.h index ad27b28..08f2f60 100644 --- a/linden/indra/newview/llstartup.h +++ b/linden/indra/newview/llstartup.h | |||
@@ -36,9 +36,9 @@ | |||
36 | 36 | ||
37 | // functions | 37 | // functions |
38 | BOOL idle_startup(); | 38 | BOOL idle_startup(); |
39 | void cleanup_app(); | ||
40 | LLString load_password_from_disk(); | 39 | LLString load_password_from_disk(); |
41 | void release_start_screen(); | 40 | void release_start_screen(); |
41 | void login_alert_done(S32 option, void* user_data); | ||
42 | 42 | ||
43 | // constants, variables, & enumerations | 43 | // constants, variables, & enumerations |
44 | extern const char* SCREEN_HOME_FILENAME; | 44 | extern const char* SCREEN_HOME_FILENAME; |