diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-11 03:29:01 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-11 03:29:01 +0000 |
commit | e40a3421da567a02a69249e2486420bec3c4cc44 (patch) | |
tree | be8e8d367205bbd403a526ac14249d6b683b1b33 /MySpace/notifications.h | |
parent | 2bd5895ed555137017a057d83697aa0656f4d023 (diff) |
added sounds for zaps
added 'PictureComment' notification
removed known notification types from mail message debug info
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@272 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/notifications.h')
-rw-r--r-- | MySpace/notifications.h | 6 |
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
|