Directory Structuring
diff --git a/src/nlsr_conf_processor.hpp b/src/nlsr_conf_processor.hpp
index c49e3c2..e97261e 100644
--- a/src/nlsr_conf_processor.hpp
+++ b/src/nlsr_conf_processor.hpp
@@ -24,6 +24,7 @@
         int processConfCommand(Nlsr& pnlsr, string command);
         int processConfCommandNetwork(Nlsr& pnlsr, string command);
         int processConfCommandSiteName(Nlsr& pnlsr, string command);
+        int processConfCommandRootKeyPrefix(Nlsr& pnlsr, string command);
         int processConfCommandRouterName(Nlsr& pnlsr, string command);
         int processConfCommandInterestRetryNumber(Nlsr& pnlsr, string command);
         int processConfCommandInterestResendTime(Nlsr& pnlsr, string command);