diff options
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
+
|