diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-08 17:27:12 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-08 17:27:12 +0000 |
commit | 37be3cf3d8e43198e577a85a6f2c6e12e8dd59db (patch) | |
tree | eec4448e7a3fdc127be1c508a6685f6d3ff67fe9 /MySpace/notifications.h | |
parent | 6b0cd0f2c3077d45cf86f413fdb35d2de2f1ae2e (diff) |
added profile comment and friend request notifications
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@260 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/notifications.h')
-rw-r--r-- | MySpace/notifications.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MySpace/notifications.h b/MySpace/notifications.h new file mode 100644 index 0000000..eeae6e6 --- /dev/null +++ b/MySpace/notifications.h @@ -0,0 +1,10 @@ +#ifndef _NOTIFICATIONS_INC
+#define _NOTIFICATIONS_INC
+
+void NotifyMail();
+void NotifyBlogComment();
+void NotifyProfileComment();
+void NotifyFriendRequest();
+
+#endif
+
|