summaryrefslogtreecommitdiff
path: root/MySpace/notifications.h
diff options
context:
space:
mode:
Diffstat (limited to 'MySpace/notifications.h')
-rw-r--r--MySpace/notifications.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/MySpace/notifications.h b/MySpace/notifications.h
index 9b14d72..3340046 100644
--- a/MySpace/notifications.h
+++ b/MySpace/notifications.h
@@ -5,9 +5,15 @@ void NotifyMail();
void NotifyBlogComment();
void NotifyProfileComment();
void NotifyFriendRequest();
+void NotifyPictureComment();
void InitNotifications();
void DeinitNotifications();
+extern char *zap_array[];
+
+void NotifyZapRecv(HANDLE hContact, int zap_num);
+void NotifyZapSend(HANDLE hContact, int zap_num);
+
#endif