diff options
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();
|