diff options
Diffstat (limited to 'MySpace/notifications.h')
-rw-r--r-- | MySpace/notifications.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MySpace/notifications.h b/MySpace/notifications.h index eeae6e6..9b14d72 100644 --- a/MySpace/notifications.h +++ b/MySpace/notifications.h @@ -6,5 +6,8 @@ void NotifyBlogComment(); void NotifyProfileComment();
void NotifyFriendRequest();
+void InitNotifications();
+void DeinitNotifications();
+
#endif
|