Mercurial > pidgin.yaz
view libfaim/aim_logoff.c @ 948:16776bb2d344
[gaim-migrate @ 958]
eliminated whitespace beneath small fonts (size < 3) when using background
colors
committer: Tailor Script <tailor@pidgin.im>
author | Todd Kulesza <fflewddur> |
---|---|
date | Sat, 07 Oct 2000 06:00:22 +0000 |
parents | 9d258a0aa560 |
children |
line wrap: on
line source
/* * aim_logoff.c * * */ #include <faim/aim.h> /* * aim_logoff() * * Closes -ALL- open connections. * */ int aim_logoff(struct aim_session_t *sess) { aim_connrst(sess); /* in case we want to connect again */ return 0; }