aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lluserauth.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lluserauth.h4
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>
38typedef struct _xmlrpc_value* XMLRPC_VALUE;
39// forward ecl of types from xlrpc.h
38 40
39class LLXMLRPCTransaction; 41class 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,