diff options
Diffstat (limited to 'protocols/Yahoo/libyahoo2/yahoo2.h')
-rw-r--r-- | protocols/Yahoo/libyahoo2/yahoo2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Yahoo/libyahoo2/yahoo2.h b/protocols/Yahoo/libyahoo2/yahoo2.h index 66d5e364eb..475d82b6c3 100644 --- a/protocols/Yahoo/libyahoo2/yahoo2.h +++ b/protocols/Yahoo/libyahoo2/yahoo2.h @@ -109,10 +109,10 @@ void yahoo_send_typing(int id, const char *from, const char *who, int protocol, void yahoo_set_away(int id, enum yahoo_status state, const char *msg, int away);
void yahoo_set_stealth(int id, const char *buddy, int protocol, int add);
-void yahoo_add_buddy(int id, const char *fname, const char *lname, const char *who, int protocol, const char *group, const char *msg);
+void yahoo_add_buddy(int id, const char *myid, const char *fname, const char *lname, const char *who, int protocol, const char *group, const char *msg);
void yahoo_remove_buddy(int id, const char *who, int protocol, const char *group);
-void yahoo_accept_buddy(int id, const char *who, int protocol);
-void yahoo_reject_buddy(int id, const char *who, int protocol, const char *msg);
+void yahoo_accept_buddy(int id, const char *myid, const char *who, int protocol);
+void yahoo_reject_buddy(int id, const char *myid, const char *who, int protocol, const char *msg);
/* if unignore is true, unignore, else ignore */
void yahoo_ignore_buddy(int id, const char *who, int unignore);
void yahoo_change_buddy_group(int id, const char *who, const char *old_group, const char *new_group);
|