diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2009-10-17 18:24:52 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2009-10-17 18:24:52 +0100 |
commit | c5bc47b3197d20ec2d73e3024b932db30dfa3533 (patch) | |
tree | c803b770edb779a331a7cf25a1c6fdad45450603 /protocols/yahoo/yahoo2.h | |
parent | 0c41177b49c04893e0ce88dbb27f5f5b1aeb5896 (diff) | |
parent | 2e44b1f12fb58a6969a8fbaf2946d6ecdace484a (diff) |
Merging BitlBee 1.2.4.
Diffstat (limited to 'protocols/yahoo/yahoo2.h')
-rw-r--r-- | protocols/yahoo/yahoo2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/yahoo/yahoo2.h b/protocols/yahoo/yahoo2.h index e54e09fb..2184a321 100644 --- a/protocols/yahoo/yahoo2.h +++ b/protocols/yahoo/yahoo2.h @@ -216,6 +216,9 @@ const char * yahoo_get_profile_url( void ); void yahoo_buddyicon_request(int id, const char *who); +void yahoo_accept_buddy_ymsg13(int,const char*,const char*); +void yahoo_reject_buddy_ymsg13(int,const char*,const char*,const char*); + #include "yahoo_httplib.h" #ifdef __cplusplus |