show local destinations

This commit is contained in:
orignal 2014-09-28 19:15:04 -04:00
parent fd090fa0c0
commit b13c9d924f
4 changed files with 33 additions and 5 deletions

View file

@ -62,6 +62,7 @@ namespace util
void ShowTransports (std::stringstream& s);
void ShowTunnels (std::stringstream& s);
void ShowTransitTunnels (std::stringstream& s);
void ShowLocalDestinations (std::stringstream& s);
void FillContent (std::stringstream& s);
std::string ExtractAddress ();