management: Correcting self-registration using raw NFD FIB Management protocol

Although this will not be useful later when NRD is ready, for now we can
use NFD FIB management protocol directly to do basic tests.

Change-Id: Id79c30b0a0bbd3f296767b08d9974c8b99c7dc4c
diff --git a/src/management/nfd-controller.hpp b/src/management/nfd-controller.hpp
index 850c72d..968f232 100644
--- a/src/management/nfd-controller.hpp
+++ b/src/management/nfd-controller.hpp
@@ -8,7 +8,6 @@
 #define NDN_MANAGEMENT_NFD_CONTROL_HPP
 
 #include "controller.hpp"
-
 #include "../security/key-chain.hpp"
 
 namespace ndn {
@@ -54,6 +53,11 @@
 
 private:
   void
+  selfRegisterPrefixAddNextop(const FibManagementOptions& entry,
+                              const SuccessCallback& onSuccess,
+                              const FailCallback&    onFail);
+
+  void
   recordSelfRegisteredFaceId(const FibManagementOptions& entry,
                              const SuccessCallback& onSuccess);