X-Git-Url: http://andersk.mit.edu/gitweb/libfaim.git/blobdiff_plain/0589dc540706ddf1615d9085f2a68df227509ee6..37ee990eab0e60fadbc1555d3f4a7e85d2026297:/aim_logoff.c diff --git a/aim_logoff.c b/aim_logoff.c index f5d0375..0ea3f00 100644 --- a/aim_logoff.c +++ b/aim_logoff.c @@ -2,8 +2,11 @@ * aim_logoff.c * * + * XXX remove this excuse for a file. + * */ +#define FAIM_INTERNAL #include /* @@ -12,7 +15,7 @@ * Closes -ALL- open connections. * */ -int aim_logoff(struct aim_session_t *sess) +faim_export int aim_logoff(struct aim_session_t *sess) { aim_connrst(sess); /* in case we want to connect again */