comparison src/protocols/oscar/ft.c @ 5414:2d9f7d2e3558

[gaim-migrate @ 5790] Removed faim_shortfunc, which was supposed to make 2 functions be declared as inline. There was a patch saying this caused problems with systems where inline was redefined to be something else in config.h, and I would rather not have config.h included in libfaim files. I'm also think the speed difference between having inline and not having it for these 2 functions is negligible, especially when not compiling with -Oanything. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 17 May 2003 18:41:02 +0000
parents ac9ca88d4b25
children 2141e33513ef
comparison
equal deleted inserted replaced
5413:573501c63fef 5414:2d9f7d2e3558
38 * receiver sends the DONE thingy (after filling in the 38 * receiver sends the DONE thingy (after filling in the
39 * "received" checksum and size) and closes the connection. 39 * "received" checksum and size) and closes the connection.
40 */ 40 */
41 41
42 #define FAIM_INTERNAL 42 #define FAIM_INTERNAL
43
44 #ifdef HAVE_CONFIG_H
45 #include <config.h>
46 #endif
47 #include <aim.h> 43 #include <aim.h>
48 44
49 #ifndef _WIN32 45 #ifndef _WIN32
50 #include <netdb.h> 46 #include <netdb.h>
51 #include <sys/socket.h> 47 #include <sys/socket.h>