summaryrefslogtreecommitdiff
path: root/MySpace/notifications.h
diff options
context:
space:
mode:
Diffstat (limited to 'MySpace/notifications.h')
-rw-r--r--MySpace/notifications.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/MySpace/notifications.h b/MySpace/notifications.h
index 9795f07..3acbb18 100644
--- a/MySpace/notifications.h
+++ b/MySpace/notifications.h
@@ -6,6 +6,9 @@ void NotifyBlogComment();
void NotifyProfileComment();
void NotifyFriendRequest();
void NotifyPictureComment();
+void NotifyBlogSubscriptPost();
+
+void NotifyUnknown(char *name);
void InitNotifications();
void DeinitNotifications();