|
|
|
@ -8,7 +8,7 @@ namespace Service::Account { |
|
|
|
|
|
|
|
ACC_U0::ACC_U0(std::shared_ptr<Module> module) : Module::Interface(std::move(module), "acc:u0") { |
|
|
|
static const FunctionInfo functions[] = { |
|
|
|
{0, nullptr, "GetUserCount"}, |
|
|
|
{0, &ACC_U0::GetUserCount, "GetUserCount"}, |
|
|
|
{1, &ACC_U0::GetUserExistence, "GetUserExistence"}, |
|
|
|
{2, &ACC_U0::ListAllUsers, "ListAllUsers"}, |
|
|
|
{3, &ACC_U0::ListOpenUsers, "ListOpenUsers"}, |
|
|
|
|