aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstartup.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llstartup.h
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-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.h2
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
38BOOL idle_startup(); 38BOOL idle_startup();
39void cleanup_app();
40LLString load_password_from_disk(); 39LLString load_password_from_disk();
41void release_start_screen(); 40void release_start_screen();
41void login_alert_done(S32 option, void* user_data);
42 42
43// constants, variables, & enumerations 43// constants, variables, & enumerations
44extern const char* SCREEN_HOME_FILENAME; 44extern const char* SCREEN_HOME_FILENAME;