try to reconnect when ccnd stops
diff --git a/include/sync-ccnx-wrapper.h b/include/sync-ccnx-wrapper.h
index aeb0c3a..dafba33 100644
--- a/include/sync-ccnx-wrapper.h
+++ b/include/sync-ccnx-wrapper.h
@@ -117,6 +117,9 @@
   publishRawData (const std::string &name, const char *buf, size_t len, int freshness);
 
 private:
+  void
+  connectCcnd();
+
   /// @cond include_hidden 
   void
   createKeyLocator ();