libfaim/aim_logoff.c

Tue, 10 Oct 2000 10:16:26 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Tue, 10 Oct 2000 10:16:26 +0000
changeset 965
df96aed2ce7c
parent 338
21c93bc7ae83
permissions
-rw-r--r--

[gaim-migrate @ 975]
segfault avoidance and notes about libfaim

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