00001 // -*- C++ -*- 00020 #ifndef COIL_ROUTING_H 00021 #define COIL_ROUTING_H 00022 00023 #include <string> 00024 00025 namespace coil 00026 { 00058 bool dest_to_endpoint(std::string dest_addr, std::string& endpoint); 00059 00060 }; //namespace coil 00061 #endif // COIL_ROUTING_H