tools: ndn-autoconfig continue proceeding with existing face
refs #4008
Change-Id: Ic264d1e3ba31cf0a743d6f190272e67f9c28e595
diff --git a/tools/ndn-autoconfig/base.hpp b/tools/ndn-autoconfig/base.hpp
index 66d1b8e..a293d0b 100644
--- a/tools/ndn-autoconfig/base.hpp
+++ b/tools/ndn-autoconfig/base.hpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/**
- * Copyright (c) 2014-2016, Regents of the University of California,
+ * Copyright (c) 2014-2017, Regents of the University of California,
* Arizona Board of Regents,
* Colorado State University,
* University Pierre & Marie Curie, Sorbonne University,
@@ -99,6 +99,9 @@
onHubConnectError(const ControlResponse& response);
void
+ registerAutoConfigNames(uint64_t faceId);
+
+ void
registerPrefix(const Name& prefix, uint64_t faceId);
void