- Timestamp:
- Jul 6, 2003, 6:42:06 PM (21 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 5d9c664
- Parents:
- 675ce49
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.h
r6873455 rf1e629d 21 21 static const char owl_h_fileIdent[] = "$Id$"; 22 22 23 #define OWL_VERSION 2.0.8-pre- 124 #define OWL_VERSION_STRING "2.0.8-pre- 1"23 #define OWL_VERSION 2.0.8-pre-2 24 #define OWL_VERSION_STRING "2.0.8-pre-2" 25 25 26 26 #define OWL_DEBUG 0 … … 274 274 typedef struct _owl_style { 275 275 char *name; 276 char *description; 276 277 int type; 277 278 char *perlfuncname; … … 451 452 owl_buddylist buddylist; /* list of logged in AIM buddies */ 452 453 owl_list messagequeue; /* for queueing up aim and other messages */ 453 owl_ list stylelist; /* global listof available styles */454 owl_dict styledict; /* global dictionary of available styles */ 454 455 char *response; /* response to the last question asked */ 455 456 int havezephyr;
Note: See TracChangeset
for help on using the changeset viewer.