Implement ndn_decodeBinaryXMLInterest (except for Exclude)
diff --git a/ndn-cpp/Interest.hpp b/ndn-cpp/Interest.hpp
index a1f045f..f5a59ea 100644
--- a/ndn-cpp/Interest.hpp
+++ b/ndn-cpp/Interest.hpp
@@ -42,6 +42,8 @@
 
   Name &getName() { return name_; }
   
+  int getInterestLifetime() { return interestLifetime_; }
+  
   /**
    * Clear this interest, and set the values by copying from the interest struct.
    * @param interestStruct a C ndn_Interest struct