diff options
Diffstat (limited to 'libpurple/protocols/yahoo/libymsg.h')
-rw-r--r-- | libpurple/protocols/yahoo/libymsg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpurple/protocols/yahoo/libymsg.h b/libpurple/protocols/yahoo/libymsg.h index 5f1fc9b17a..ba042b6d55 100644 --- a/libpurple/protocols/yahoo/libymsg.h +++ b/libpurple/protocols/yahoo/libymsg.h @@ -25,7 +25,7 @@ #ifndef _LIBYMSG_H_ #define _LIBYMSG_H_ -#include "circbuffer.h" +#include "circularbuffer.h" #include "cmds.h" #include "http.h" #include "prpl.h" @@ -189,7 +189,7 @@ typedef struct { guint inpa; guchar *rxqueue; int rxlen; - PurpleCircBuffer *txbuf; + PurpleCircularBuffer *txbuf; guint txhandler; GHashTable *friends; @@ -367,7 +367,7 @@ GList *yahoo_blist_node_menu(PurpleBlistNode *node); void yahoo_login(PurpleAccount *account); void yahoo_close(PurpleConnection *gc); int yahoo_send_im(PurpleConnection *gc, const char *who, const char *what, PurpleMessageFlags flags); -unsigned int yahoo_send_typing(PurpleConnection *gc, const char *who, PurpleTypingState state); +unsigned int yahoo_send_typing(PurpleConnection *gc, const char *who, PurpleIMTypingState state); void yahoo_set_status(PurpleAccount *account, PurpleStatus *status); void yahoo_set_idle(PurpleConnection *gc, int idle); void yahoo_add_buddy(PurpleConnection *gc, PurpleBuddy *buddy, PurpleGroup *g, const char *message); |