blob: 21c80d9be02a9478d9d1e75ba40dee52f9388bd8 [file] [log] [blame]
/**
* Copyright (C) 2013 Regents of the University of California.
* @author: Jeff Thompson <jefft0@remap.ucla.edu>
* See COPYING for copyright and distribution information.
*/
#ifndef NDN_INTEREST_TYPES_H
#define NDN_INTEREST_TYPES_H
#ifdef __cplusplus
extern "C" {
#endif
typedef enum {
ndn_Exclude_COMPONENT = 0,
ndn_Exclude_ANY = 1
} ndn_ExcludeType;
#ifdef __cplusplus
}
#endif
#endif