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/lluserauth.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/lluserauth.h')
-rw-r--r-- | linden/indra/newview/lluserauth.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/lluserauth.h b/linden/indra/newview/lluserauth.h index d6ee1da..4169a7e 100644 --- a/linden/indra/newview/lluserauth.h +++ b/linden/indra/newview/lluserauth.h | |||
@@ -35,6 +35,8 @@ | |||
35 | #include <string> | 35 | #include <string> |
36 | #include <vector> | 36 | #include <vector> |
37 | #include <map> | 37 | #include <map> |
38 | typedef struct _xmlrpc_value* XMLRPC_VALUE; | ||
39 | // forward ecl of types from xlrpc.h | ||
38 | 40 | ||
39 | class LLXMLRPCTransaction; | 41 | class LLXMLRPCTransaction; |
40 | 42 | ||
@@ -96,7 +98,7 @@ public: | |||
96 | const char* auth_method, | 98 | const char* auth_method, |
97 | const char* firstname, | 99 | const char* firstname, |
98 | const char* lastname, | 100 | const char* lastname, |
99 | const char* passwd, | 101 | LLUUID web_login_key, |
100 | const char* start, | 102 | const char* start, |
101 | BOOL skip_optional_update, | 103 | BOOL skip_optional_update, |
102 | BOOL accept_tos, | 104 | BOOL accept_tos, |