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 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();
|