diff options
author | Sven Moritz Hallberg <pesco@khjk.org> | 2010-06-03 12:31:46 +0200 |
---|---|---|
committer | Sven Moritz Hallberg <pesco@khjk.org> | 2010-06-03 12:31:46 +0200 |
commit | 3f81999c20852f14a5fb27a6ef6c5ea44db61a4d (patch) | |
tree | 14fa6a79d444049e758be853277270117e11692b /protocols/yahoo/yahoo2.h | |
parent | fc34fb5d0b717d90edfc7ed78f11166eb23c536e (diff) | |
parent | 2e44b1f12fb58a6969a8fbaf2946d6ecdace484a (diff) |
merge in 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 |