comparison src/proxy.h @ 5034:4691c5936c01

[gaim-migrate @ 5377] More to recompile! Put some special Doxygen group tags in the documentation. I'm basically organizing it so when you do a make docs, you get a little Modules page showing "Gaim Core" and "GTK+ User Interface." This should make it easy for us to show which files belong in either category for now. This is kind of in preparation for all the core/ui split stuff I hope to start soon. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 05 Apr 2003 10:45:32 +0000
parents d19872836812
children 9eb5b13fd412
comparison
equal deleted inserted replaced
5033:14bbf22917d9 5034:4691c5936c01
1 /* 1 /**
2 * @file proxy.h Proxy functions
3 * @ingroup core
4 *
2 * gaim 5 * gaim
3 * 6 *
4 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net> 7 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net>
5 * 8 *
6 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
14 * GNU General Public License for more details. 17 * GNU General Public License for more details.
15 * 18 *
16 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 *
20 */ 22 */
21 23
22 /* this is the export part of the proxy.c file. it does a little 24 /* this is the export part of the proxy.c file. it does a little
23 prototype-ing stuff and redefine some net function to mask them 25 prototype-ing stuff and redefine some net function to mask them
24 with some kind of transparent layer */ 26 with some kind of transparent layer */