Added shutdown method
diff --git a/ndn-cpp/face.hpp b/ndn-cpp/face.hpp
index ed30050..b00314b 100644
--- a/ndn-cpp/face.hpp
+++ b/ndn-cpp/face.hpp
@@ -48,6 +48,8 @@
     expressInterest(name, closure, 0);
   }
   
+  void shutdown();
+  
   const char *getHost() const { return host_.c_str(); }
   
   unsigned short getPort() const { return port_; }