common.h 214 B

123456789101112
  1. #include <string>
  2. #include <map>
  3. extern "C" {
  4. /* From load.cc */
  5. /* Maps of the cablemodem states */
  6. extern std::map<std::string, std::string> cm_map;
  7. extern std::map<std::string, std::string> option122_map;
  8. }