/* | |
* Author: Jeff Thompson | |
* | |
* BSD license, See the LICENSE file for more information. | |
*/ | |
#include "BinaryXMLEncoder.h" | |
#include "BinaryXMLDecoder.h" | |
#include "BinaryXMLInterest.h" | |
char *ndn_decodeBinaryXMLInterest(struct ndn_Interest *interest, unsigned char *input, unsigned int inputLength) | |
{ | |
} |