All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
validity-period-types.h
1 
21 #ifndef NDN_VALIDITY_PERIOD_TYPES_H
22 #define NDN_VALIDITY_PERIOD_TYPES_H
23 
24 #include "../common.h"
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
35  ndn_MillisecondsSince1970 notBefore;
36  ndn_MillisecondsSince1970 notAfter;
37 };
38 
39 #ifdef __cplusplus
40 }
41 #endif
42 
43 #endif
Copyright (C) 2016-2018 Regents of the University of California.
Definition: validity-period-types.h:34
ndn_MillisecondsSince1970 notAfter
-DBL_MAX for none.
Definition: validity-period-types.h:36
ndn_MillisecondsSince1970 notBefore
DBL_MAX for none.
Definition: validity-period-types.h:35