diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-10-20 10:44:59 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-10-20 10:44:59 +0100 |
commit | 3cd37d784147808b2d93218b7eca3413a124b1b6 (patch) | |
tree | 8b951b4d1cb9fec7be7478d5f3ed3d1cb9dd37c2 /protocols/yahoo/yahoo2.h | |
parent | 509cf60140e5d757c79558a7b39145fe3c0cb2b5 (diff) |
Cleaning up some more Yahoo! symbols.
Diffstat (limited to 'protocols/yahoo/yahoo2.h')
-rw-r--r-- | protocols/yahoo/yahoo2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/yahoo/yahoo2.h b/protocols/yahoo/yahoo2.h index 589aaa5a..b9e6665b 100644 --- a/protocols/yahoo/yahoo2.h +++ b/protocols/yahoo/yahoo2.h @@ -120,7 +120,7 @@ extern "C" { /* utf8 is whether msg is a utf8 string or not. */ void yahoo_send_im(int id, const char *from, const char *who, const char *msg, int utf8, int picture); - void yahoo_send_buzz(int id, const char *from, const char *who); +// void yahoo_send_buzz(int id, const char *from, const char *who); /* if type is true, send typing notice, else send stopped typing notice */ void yahoo_send_typing(int id, const char *from, const char *who, int typ); |