aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IUserService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Services/Interfaces/IUserService.cs')
-rw-r--r--OpenSim/Services/Interfaces/IUserService.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Services/Interfaces/IUserService.cs b/OpenSim/Services/Interfaces/IUserService.cs
index b6f8774..1089c6c 100644
--- a/OpenSim/Services/Interfaces/IUserService.cs
+++ b/OpenSim/Services/Interfaces/IUserService.cs
@@ -97,9 +97,9 @@ namespace OpenSim.Services.Interfaces
97 97
98 // Update all updatable fields 98 // Update all updatable fields
99 // 99 //
100 bool SetUserAccount(UserAccount data, UUID PrincipalID, string token); 100 bool SetUserAccount(UserAccount data);
101 101
102 // Creates a user data record 102 // Creates a user data record
103 bool CreateUserAccount(UserAccount data, UUID PrincipalID, string token); 103 bool CreateUserAccount(UserAccount data);
104 } 104 }
105} 105}