- Timestamp:
- May 31, 2008, 11:40:29 PM (16 years ago)
- Branches:
- barnowl_perlaim
- Children:
- 7a1c90d
- Parents:
- b1fd36e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.h
rd7a3188 rc453ada 20 20 #include <signal.h> 21 21 #include <termios.h> 22 #include <libfaim/aim.h>23 22 #include <wchar.h> 23 #include <unistd.h> 24 #include <string.h> 25 #include <errno.h> 24 26 #include "config.h" 25 27 #include "glib.h" … … 36 38 /* logout is defined in FreeBSD. */ 37 39 #define logout logout_ 38 /* aim.h defines bool */39 #define HAS_BOOL40 40 #include <perl.h> 41 41 #include "owl_perl.h" … … 56 56 57 57 #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) 59 59 #endif 60 60 … … 583 583 int malloced, freed; 584 584 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 */594 585 owl_buddylist buddylist; /* list of logged in AIM buddies */ 595 586 owl_list messagequeue; /* for queueing up aim and other messages */ … … 597 588 char *response; /* response to the last question asked */ 598 589 int havezephyr; 599 int haveaim;600 590 int got_err_signal; /* 1 if we got an unexpected signal */ 601 591 siginfo_t err_signal_info;
Note: See TracChangeset
for help on using the changeset viewer.