comparison src/socket.c @ 8046:fa6395637e2c

[gaim-migrate @ 8730] John Silverstri did this for me. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 10 Jan 2004 04:04:57 +0000
parents 43e396e94095
children 61852117568f
comparison
equal deleted inserted replaced
8045:cd3a2cef5112 8046:fa6395637e2c
1 /* 1 /*
2 * gaim-remote 2 * gaim-remote
3 * 3 *
4 * Copyright (C) 2002, Sean Egan <bj91704@binghamton.edu> 4 * Gaim is the legal property of its developers, whose names are too numerous
5 * to list here. Please refer to the COPYRIGHT file distributed with this
6 * source distribution.
5 * 7 *
6 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or 10 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version. 11 * (at your option) any later version.
17 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 21 *
20 */ 22 */
21 23
22 /* Somewhat inspired by XMMS: 24 /* Somewhat inspired by XMMS*/
23 * Copyright (C) 1998-2002 Peter Alm, Mikael Alm, Olle Hallnas,
24 * Thomas Nilsson and 4Front Technologies
25 * Copyright (C) 1999-2002 Haavard Kvaalen
26 */
27 25
28 /* This provides code for connecting to a Gaim socket and communicating with 26 /* This provides code for connecting to a Gaim socket and communicating with
29 * it. It will eventually be made a library once the core and ui are split. */ 27 * it. It will eventually be made a library once the core and ui are split. */
30 28
31 #include <sys/types.h> 29 #include <sys/types.h>