legacy-status.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26 #ifndef NFD_TOOLS_NFDC_LEGACY_STATUS_HPP
27 #define NFD_TOOLS_NFDC_LEGACY_STATUS_HPP
28 
29 #include "status.hpp"
30 
31 namespace nfd {
32 namespace tools {
33 namespace nfdc {
34 
37 void
38 registerLegacyStatusCommand(CommandParser& parser);
39 
40 } // namespace nfdc
41 } // namespace tools
42 } // namespace nfd
43 
44 #endif // NFD_TOOLS_NFDC_LEGACY_STATUS_HPP
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
void registerLegacyStatusCommand(CommandParser &parser)
registers 'legacy-nfd-status' command