comparison src/protocols/gg/libgg.c @ 11105:64895571248f

[gaim-migrate @ 13153] CVS keywords are making my life difficult right now. I know I could change the keyword expansion somehow, but I don't see the use for them here, so I'm taking the easy (and IMO, better long-term) approach of removing them. My apologies for the commit spam. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 14 Jul 2005 02:19:01 +0000
parents 78720741ae3d
children f068eaabe332
comparison
equal deleted inserted replaced
11104:26141c66a74b 11105:64895571248f
1 /* $Id: libgg.c 12166 2005-03-02 11:54:08Z nosnilmot $ */
2
3 /* 1 /*
4 * (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>, 2 * (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>,
5 * Robert J. Woźny <speedy@ziew.org> 3 * Robert J. Woźny <speedy@ziew.org>
6 * 4 *
7 * This program is free software; you can redistribute it and/or modify 5 * This program is free software; you can redistribute it and/or modify
62 int gg_debug_level = (GG_DEBUG_NET | GG_DEBUG_TRAFFIC | GG_DEBUG_DUMP | GG_DEBUG_FUNCTION | GG_DEBUG_MISC); 60 int gg_debug_level = (GG_DEBUG_NET | GG_DEBUG_TRAFFIC | GG_DEBUG_DUMP | GG_DEBUG_FUNCTION | GG_DEBUG_MISC);
63 int gg_http_use_proxy = 0; 61 int gg_http_use_proxy = 0;
64 int gg_http_proxy_port = 0; 62 int gg_http_proxy_port = 0;
65 char *gg_http_proxy_host = NULL; 63 char *gg_http_proxy_host = NULL;
66 64
67 #ifndef lint
68
69 static char rcsid[]
70 #ifdef __GNUC__
71 __attribute__ ((unused))
72 #endif
73 = "$Id: libgg.c 12166 2005-03-02 11:54:08Z nosnilmot $";
74
75 #endif
76
77 /* 65 /*
78 * fix32() // funkcja wewnętrzna 66 * fix32() // funkcja wewnętrzna
79 * 67 *
80 * dla maszyn big-endianowych zamienia kolejność bajtów w ,,long''ach. 68 * dla maszyn big-endianowych zamienia kolejność bajtów w ,,long''ach.
81 */ 69 */