Jeff Thompson | b7f9556 | 2013-07-03 18:36:42 -0700 | [diff] [blame] | 1 | /* |
2 | * Author: Jeff Thompson | ||||
3 | * | ||||
4 | * BSD license, See the LICENSE file for more information. | ||||
5 | */ | ||||
6 | |||||
7 | #include "BinaryXMLEncoder.h" | ||||
8 | #include "BinaryXMLDecoder.h" | ||||
9 | #include "BinaryXMLInterest.h" | ||||
10 | |||||
11 | char *ndn_decodeBinaryXMLInterest(struct ndn_Interest *interest, unsigned char *input, unsigned int inputLength) | ||||
12 | { | ||||
13 | |||||
14 | } |