comparison src/network.h @ 8915:9c5a2f0bb32c

[gaim-migrate @ 9685] Thanks grim committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 10 May 2004 12:26:51 +0000
parents 518455386538
children d5b8f4dc1622
comparison
equal deleted inserted replaced
8914:73649ee7f687 8915:9c5a2f0bb32c
94 * 94 *
95 * @note The returned string is a pointer to a static buffer. If this 95 * @note The returned string is a pointer to a static buffer. If this
96 * function is called twice, it may be important to make a copy 96 * function is called twice, it may be important to make a copy
97 * of the returned string. 97 * of the returned string.
98 * 98 *
99 * @param account The account to use. This may be @c NULL, and if so
100 * the first step listed above is skipped.
101 * @param fd The fd to use to help figure out the IP, or -1. 99 * @param fd The fd to use to help figure out the IP, or -1.
102 * @return The local IP address to be used. 100 * @return The local IP address to be used.
103 */ 101 */
104 const char *gaim_network_get_my_ip(int fd); 102 const char *gaim_network_get_my_ip(int fd);
105 103