Changeset c453ada for owl.h


Ignore:
Timestamp:
May 31, 2008, 11:40:29 PM (16 years ago)
Author:
Geoffrey Thomas <geofft@mit.edu>
Branches:
barnowl_perlaim
Children:
7a1c90d
Parents:
b1fd36e
Message:
Remove aim.c. buddylist.c, buddy.c, libfaim, and everything that uses them.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    rd7a3188 rc453ada  
    2020#include <signal.h>
    2121#include <termios.h>
    22 #include <libfaim/aim.h>
    2322#include <wchar.h>
     23#include <unistd.h>
     24#include <string.h>
     25#include <errno.h>
    2426#include "config.h"
    2527#include "glib.h"
     
    3638/* logout is defined in FreeBSD. */
    3739#define logout logout_
    38 /* aim.h defines bool */
    39 #define HAS_BOOL
    4040#include <perl.h>
    4141#include "owl_perl.h"
     
    5656
    5757#ifndef OWL_VERSION_STRING
    58 #define OWL_VERSION_STRING "1.0.1"
     58#define OWL_VERSION_STRING "1.0.1-perlaim-r" BARNOWL_STRINGIFY(OWL_SVN_REVNO)
    5959#endif
    6060
     
    583583  int malloced, freed;
    584584  char *searchstring;
    585   aim_session_t aimsess;
    586   aim_conn_t bosconn;
    587   owl_timer aim_noop_timer;
    588   owl_timer aim_ignorelogin_timer;
    589   owl_timer aim_buddyinfo_timer;
    590   int aim_loggedin;         /* true if currently logged into AIM */
    591   int aim_doprocessing;     /* true if we should process AIM events (like pending login) */
    592   char *aim_screenname;     /* currently logged in AIM screen name */
    593   char *aim_screenname_for_filters;     /* currently logged in AIM screen name */
    594585  owl_buddylist buddylist;  /* list of logged in AIM buddies */
    595586  owl_list messagequeue;    /* for queueing up aim and other messages */
     
    597588  char *response;           /* response to the last question asked */
    598589  int havezephyr;
    599   int haveaim;
    600590  int got_err_signal;       /* 1 if we got an unexpected signal */
    601591  siginfo_t err_signal_info;
Note: See TracChangeset for help on using the changeset viewer.