commit | 8238d004d032069bac42a04bad8278de81a84e63 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Wed Jul 10 11:56:49 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Wed Jul 10 11:56:49 2013 -0700 |
tree | 1e84350d6ded9e12c83c531c59b8e0de3b4f7fcf | |
parent | 19f011850c88cc72fb95163a67911a86517efcc3 [diff] [blame] |
Added separate PublishPublicKeyDigest and use in Interest.
diff --git a/ndn-cpp/c/encoding/BinaryXMLInterest.h b/ndn-cpp/c/encoding/BinaryXMLInterest.h index 38917aa..9a58b78 100644 --- a/ndn-cpp/c/encoding/BinaryXMLInterest.h +++ b/ndn-cpp/c/encoding/BinaryXMLInterest.h
@@ -8,6 +8,8 @@ #include "../errors.h" #include "../Interest.h" +#include "BinaryXMLEncoder.h" +#include "BinaryXMLDecoder.h" #ifdef __cplusplus extern "C" {