comparison src/protocols/yahoo/login.c @ 2154:cff133e0ec0c

[gaim-migrate @ 2164] part 2 of this. first was removing mail notifications; this is moving proto_opt stuff to multi.c and just having prpls say what they want. next it's on to the buddy right-click menu. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 22 Aug 2001 22:05:56 +0000
parents 424a40f12a6c
children
comparison
equal deleted inserted replaced
2153:0befa2d2e540 2154:cff133e0ec0c
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 */ 20 */
21 21
22 #include "internal.h" 22 #include "internal.h"
23 #include <string.h>
23 24
24 int yahoo_send_login(struct yahoo_session *session, const char *name, const char *password) 25 int yahoo_send_login(struct yahoo_session *session, const char *name, const char *password)
25 { 26 {
26 char *buf = g_malloc(1024 + strlen(name) + strlen(password)); 27 char *buf = g_malloc(1024 + strlen(name) + strlen(password));
27 char *a, *b; 28 char *a, *b;