Face: Make pendingInterestId and registeredPrefixId uint64_t.
diff --git a/ndn-cpp/face.cpp b/ndn-cpp/face.cpp
index febdc7b..d70023b 100644
--- a/ndn-cpp/face.cpp
+++ b/ndn-cpp/face.cpp
@@ -10,7 +10,7 @@
 
 namespace ndn {
   
-unsigned int 
+uint64_t 
 Face::expressInterest(const Name& name, const Interest *interestTemplate, const OnData& onData, const OnTimeout& onTimeout)
 {
   if (interestTemplate)