summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend/friend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/friend/friend.h')
-rw-r--r--src/core/hle/service/friend/friend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/friend/friend.h b/src/core/hle/service/friend/friend.h
index e762840cb..38d05fa8e 100644
--- a/src/core/hle/service/friend/friend.h
+++ b/src/core/hle/service/friend/friend.h
@@ -16,6 +16,7 @@ public:
~Interface() override;
void CreateFriendService(Kernel::HLERequestContext& ctx);
+ void CreateNotificationService(Kernel::HLERequestContext& ctx);
protected:
std::shared_ptr<Module> module;