comparison src/protocols/yahoo/yahoo.h @ 6895:847d899a5724

[gaim-migrate @ 7442] Tim Ringenbach writes: "I played with the offical client a letter, and it seems to limit status messages to 48 characters, so could you change #define YAHOO_MAX_STATUS_MESSAGE_LENGTH (should be line 143 of yahoo.h) to 48 for me?" committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 19 Sep 2003 23:46:54 +0000
parents 7de1b559cbbb
children 67f9b43c402a
comparison
equal deleted inserted replaced
6894:c2fb9192377b 6895:847d899a5724
138 int idle; 138 int idle;
139 int away; 139 int away;
140 gboolean sms; 140 gboolean sms;
141 }; 141 };
142 142
143 #define YAHOO_MAX_STATUS_MESSAGE_LENGTH (56) 143 #define YAHOO_MAX_STATUS_MESSAGE_LENGTH (48)
144 144
145 struct yahoo_packet *yahoo_packet_new(enum yahoo_service service, enum yahoo_status status, int id); 145 struct yahoo_packet *yahoo_packet_new(enum yahoo_service service, enum yahoo_status status, int id);
146 void yahoo_packet_hash(struct yahoo_packet *pkt, int key, const char *value); 146 void yahoo_packet_hash(struct yahoo_packet *pkt, int key, const char *value);
147 int yahoo_send_packet(struct yahoo_data *yd, struct yahoo_packet *pkt); 147 int yahoo_send_packet(struct yahoo_data *yd, struct yahoo_packet *pkt);
148 void yahoo_packet_free(struct yahoo_packet *pkt); 148 void yahoo_packet_free(struct yahoo_packet *pkt);