diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-21 02:50:55 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-21 02:50:55 +0000 |
commit | 1d49fe408ef7eedce13117464d00c8a4144bbe6b (patch) | |
tree | 7777bb54204c1cb0cc73364ab2e323e7c4c6faee /MySpace/notifications.h | |
parent | 3c50a9aa27d2138b757dd7822841c106f4c99b18 (diff) |
show more info for unknown notification events
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@298 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/notifications.h')
-rw-r--r-- | MySpace/notifications.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MySpace/notifications.h b/MySpace/notifications.h index 3acbb18..190e146 100644 --- a/MySpace/notifications.h +++ b/MySpace/notifications.h @@ -8,7 +8,7 @@ void NotifyFriendRequest(); void NotifyPictureComment();
void NotifyBlogSubscriptPost();
-void NotifyUnknown(char *name);
+void NotifyUnknown(char *name, char *value);
void InitNotifications();
void DeinitNotifications();
|