diff options
author | Steven Bennetts <steve@lindenlab.com> | 2007-11-07 22:55:27 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2007-11-07 22:55:27 +0000 |
commit | 050dad0ce35207a4ac1562175e853590ad9b7681 (patch) | |
tree | be5dc291d2313112e5733d8c004edfe67da6fc54 /indra/newview/llstartup.h | |
parent | 6fd04521d720a3a4904069d10e8ed970d870ba7f (diff) |
merge svn+ssh://steve@svn/svn/linden/branches/viewer-cleanup-3 -r 73026:73079
Diffstat (limited to 'indra/newview/llstartup.h')
-rw-r--r-- | indra/newview/llstartup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.h b/indra/newview/llstartup.h index ad27b28a21..08f2f6002c 100644 --- a/indra/newview/llstartup.h +++ b/indra/newview/llstartup.h @@ -36,9 +36,9 @@ // functions BOOL idle_startup(); -void cleanup_app(); LLString load_password_from_disk(); void release_start_screen(); +void login_alert_done(S32 option, void* user_data); // constants, variables, & enumerations extern const char* SCREEN_HOME_FILENAME; |