Mercurial > pidgin.yaz
annotate src/core.h @ 5989:2fc74e7bf4ff
[gaim-migrate @ 6437]
Next time, I'll try compiling first.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 02 Jul 2003 09:23:14 +0000 |
parents | 059d95c67cda |
children | 0a210d84d9d7 |
rev | line source |
---|---|
5034
4691c5936c01
[gaim-migrate @ 5377]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
1 /** |
4691c5936c01
[gaim-migrate @ 5377]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
2 * @file core.h Gaim Core |
4691c5936c01
[gaim-migrate @ 5377]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
3 * @defgroup core Gaim Core |
4691c5936c01
[gaim-migrate @ 5377]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
4 * |
2417 | 5 * gaim |
6 * | |
7 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net> | |
8 * | |
9 * This program is free software; you can redistribute it and/or modify | |
10 * it under the terms of the GNU General Public License as published by | |
11 * the Free Software Foundation; either version 2 of the License, or | |
12 * (at your option) any later version. | |
13 * | |
14 * This program is distributed in the hope that it will be useful, | |
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
17 * GNU General Public License for more details. | |
18 * | |
19 * You should have received a copy of the GNU General Public License | |
20 * along with this program; if not, write to the Free Software | |
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
22 */ | |
23 | |
24 #ifndef _CORE_H_ | |
25 #define _CORE_H_ | |
26 | |
27 #endif /* _CORE_H_ */ | |
5862 | 28 |
29 /* | |
30 | |
31 /===- | |
32 `//"\\ """"`---.___.-"" | |
33 ______-==| | | \\ _-"` | |
34 __--""" ,-/-==\\ | | `\ ,' | |
35 _-" /' | \\ ___ / / \ / | |
36 .' / | \\ /" "\ /' / \ /' | |
37 / ____ / | \`\.__/-"" \_/' / \/' | |
38 /-'" """""---__ | "-/" /' _--"` | |
39 \_| / __--_ ), __--"" | |
40 '""--_/ _-"_>--<_\ '-" \ | |
41 {\__--_/} / \\__>--<__\ \ | |
42 /' (_/ _-" | |__>--<__| | | |
43 | _/) )-" | |__>--<__| | | |
44 / /" ,_/ / /__>---<__/ | | |
45 o-o _// /-"_>---<__-" / | |
46 (^(" /"_>---<__- _-" | |
47 ,/| /__>--<__/ _-" | |
48 ,//('( |__>--<__| / .----_ | |
49 ( ( ')) |__>--<__| | /' _---_"\ | |
50 `-)) )) ( |__>--<__| | /' / "\`\ | |
51 ,/,'//( ( \__>--<__\ \ /' // || | |
52 ,( ( ((, )) "-__>--<_"-_ "--____---"' _/'/ /' | |
53 `"/ )` ) ,/| "-_">--<_/-__ __-" _/ | |
54 ._-"//( )/ )) ` ""-'_/_/ /"""""""__--" | |
55 ;'( ')/ ,)( """""""""" | |
56 ' ') '( (/ | |
57 ' ' ` | |
58 | |
59 */ |