status-main.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26 #ifndef NFD_TOOLS_NFDC_STATUS_MAIN_HPP
27 #define NFD_TOOLS_NFDC_STATUS_MAIN_HPP
28 
29 #include "execute-command.hpp"
30 
31 namespace nfd {
32 namespace tools {
33 namespace nfdc {
34 
35 int
36 statusMain(const std::vector<std::string>& args, Face& face, KeyChain& keyChain);
37 
38 } // namespace nfdc
39 } // namespace tools
40 } // namespace nfd
41 
42 #endif // NFD_TOOLS_NFDC_STATUS_MAIN_HPP
int statusMain(const std::vector< std::string > &args, Face &face, KeyChain &keyChain)
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
Definition: algorithm.hpp:32