Changeset d127638 for owl.h


Ignore:
Timestamp:
Nov 6, 2010, 6:34:31 PM (13 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
1279f21
Parents:
72ec874
git-author:
Anders Kaseorg <andersk@mit.edu> (10/26/10 01:58:24)
git-committer:
Anders Kaseorg <andersk@mit.edu> (11/06/10 18:34:31)
Message:
Only add missing Zephyr prototypes for the versions where they’re missing

zephyr.h stopped defining ZCONST on the same day it added prototypes
for ZGetSubscriptions and ZGetLocations.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r12a6616 rd127638  
    656656#include "owl_prototypes.h"
    657657
    658 /* these are missing from the zephyr includes for some reason */
    659 #ifdef HAVE_LIBZEPHYR
     658/* These were missing from the Zephyr includes before Zephyr 3. */
     659#if defined HAVE_LIBZEPHYR && defined ZCONST
    660660int ZGetSubscriptions(ZSubscription_t *, int *);
    661661int ZGetLocations(ZLocations_t *,int *);
Note: See TracChangeset for help on using the changeset viewer.