friend/interface: Add missing CreateDaemonSuspendSessionService() to the function handler table
This commit is contained in:
		@@ -11,6 +11,7 @@ Friend::Friend(std::shared_ptr<Module> module, const char* name)
 | 
				
			|||||||
    static const FunctionInfo functions[] = {
 | 
					    static const FunctionInfo functions[] = {
 | 
				
			||||||
        {0, &Friend::CreateFriendService, "CreateFriendService"},
 | 
					        {0, &Friend::CreateFriendService, "CreateFriendService"},
 | 
				
			||||||
        {1, nullptr, "CreateNotificationService"},
 | 
					        {1, nullptr, "CreateNotificationService"},
 | 
				
			||||||
 | 
					        {2, nullptr, "CreateDaemonSuspendSessionService"},
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    RegisterHandlers(functions);
 | 
					    RegisterHandlers(functions);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user