tlv-delegation-set.h
1 
21 #ifndef NDN_TLV_DELEGATION_SET_H
22 #define NDN_TLV_DELEGATION_SET_H
23 
24 #include "../../delegation-set.h"
25 #include "tlv-encoder.h"
26 #include "tlv-decoder.h"
27 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
40 ndn_Error
41 ndn_encodeTlvDelegationSet_Delegation
42  (const struct ndn_DelegationSet_Delegation *delegation,
43  struct ndn_TlvEncoder *encoder);
44 
53 ndn_Error
54 ndn_decodeTlvDelegationSet_Delegation
55  (struct ndn_DelegationSet_Delegation *delegation,
56  struct ndn_TlvDecoder *decoder);
57 
58 #ifdef __cplusplus
59 }
60 #endif
61 
62 #endif
Copyright (C) 2014-2016 Regents of the University of California.
Definition: tlv-encoder.h:39
Copyright (C) 2016 Regents of the University of California.
Definition: delegation-set-types.h:33
Copyright (C) 2014-2016 Regents of the University of California.
Definition: tlv-decoder.h:34