Changeset be0a79f for owl.h


Ignore:
Timestamp:
Jun 21, 2003, 1:54:20 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
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:
0c502e9
Parents:
5639bf2
Message:
Started work making owl build without zephyr.  Long way left to go though.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    rc3ab155 rbe0a79f  
    22#define INC_OWL_H
    33
    4 #include <zephyr/zephyr.h>
    54#include <curses.h>
    65#include <sys/param.h>
     
    1110#include <libfaim/aim.h>
    1211#include "config.h"
     12#ifdef HAVE_LIBZEPHYR
     13#include <zephyr/zephyr.h>
     14#endif
     15
    1316
    1417static const char owl_h_fileIdent[] = "$Id$";
     
    247250  int type;
    248251  int direction;
     252#ifdef HAVE_LIBZEPHYR
    249253  ZNotice_t notice;
     254#endif
    250255  owl_fmtext fmtext;              /* this is now only a CACHED copy */
    251256  int invalid_format;             /* indicates whether fmtext needs to be regenerated */
     
    441446
    442447/* these are missing from the zephyr includes for some reason */
     448#ifdef HAVE_LIBZEPHYR
    443449int ZGetSubscriptions(ZSubscription_t *, int *);
    444450int ZGetLocations(ZLocations_t *,int *);
     451#endif
    445452
    446453#endif /* INC_OWL_H */
Note: See TracChangeset for help on using the changeset viewer.