summaryrefslogtreecommitdiff
path: root/MySpace/notifications.h
blob: 3acbb18c67f3854270f0c0c8da9df87a889eeab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef _NOTIFICATIONS_INC
#define _NOTIFICATIONS_INC

void NotifyMail();
void NotifyBlogComment();
void NotifyProfileComment();
void NotifyFriendRequest();
void NotifyPictureComment();
void NotifyBlogSubscriptPost();

void NotifyUnknown(char *name);

void InitNotifications();
void DeinitNotifications();

extern char *zap_array[];

void NotifyZapRecv(HANDLE hContact, int zap_num);
void NotifyZapSend(HANDLE hContact, int zap_num);

extern char popup_class_name[];

#endif