summaryrefslogtreecommitdiff
path: root/MySpace/notifications.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-13 04:24:40 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-13 04:24:40 +0000
commit784620ca47daa53367e4b504b36adc5bd3d3cd70 (patch)
tree13da1302dd39a3224a22ecee3e46f32dcd206d10 /MySpace/notifications.h
parent94dbef8e955066aef4c9feeba41ab7dfba03f8db (diff)
added BlogSubscriptionComment notification, and unknown event notification
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@280 4f64403b-2f21-0410-a795-97e2b3489a10
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();