summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sm/srv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/sm/srv.h')
-rw-r--r--src/core/hle/service/sm/srv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/sm/srv.h b/src/core/hle/service/sm/srv.h
index 75cca5184..aad839563 100644
--- a/src/core/hle/service/sm/srv.h
+++ b/src/core/hle/service/sm/srv.h
@@ -28,6 +28,7 @@ private:
void Subscribe(Kernel::HLERequestContext& ctx);
void Unsubscribe(Kernel::HLERequestContext& ctx);
void PublishToSubscriber(Kernel::HLERequestContext& ctx);
+ void RegisterService(Kernel::HLERequestContext& ctx);
std::shared_ptr<ServiceManager> service_manager;
Kernel::SharedPtr<Kernel::Semaphore> notification_semaphore;