libfaim/aim_logoff.c

Sat, 10 Jun 2000 03:11:54 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Sat, 10 Jun 2000 03:11:54 +0000
changeset 375
00b01b41e3e7
parent 338
21c93bc7ae83
permissions
-rw-r--r--

[gaim-migrate @ 385]
option to have you come back when you send an IM or not

/*
 * 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;

}

mercurial