Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    rd7a3188 r43a306c  
    2020#include <signal.h>
    2121#include <termios.h>
    22 #include <libfaim/aim.h>
     22#include "libfaim/aim.h"
    2323#include <wchar.h>
    2424#include "config.h"
     
    5151#define _STRINGIFY(x) #x
    5252
    53 #ifndef OWL_SVN_REVNO
    54 #define OWL_SVN_REVNO ????
    55 #endif
    56 
    5753#ifndef OWL_VERSION_STRING
    58 #define OWL_VERSION_STRING "1.0.1"
     54#define OWL_VERSION_STRING "1.0.3"
    5955#endif
    6056
     
    10096#define OWL_COLOR_WHITE     7
    10197#define OWL_COLOR_DEFAULT   -1
     98#define OWL_COLOR_INVALID   -2
    10299
    103100#define OWL_EDITWIN_STYLE_MULTILINE 0
     
    341338  char *timestr;
    342339  time_t time;
    343   char *zwriteline;
    344340} owl_message;
    345341
     
    405401  int (*match_message)(struct _owl_filterelement *fe, owl_message *m);
    406402  /* Append a string representation of the filterelement onto buf*/
    407   void (*print_elt)(struct _owl_filterelement *fe, char * buf);
     403  void (*print_elt)(struct _owl_filterelement *fe, GString *buf);
    408404  /* Operands for and,or,not*/
    409405  struct _owl_filterelement *left, *right;
Note: See TracChangeset for help on using the changeset viewer.