I2P -> .NET

This commit is contained in:
Михаил Подивилов 2019-05-11 18:25:50 +03:00
parent f176f1909b
commit fdb0ce6703
272 changed files with 5702 additions and 8931 deletions

View file

@ -10,7 +10,7 @@
#include <sstream>
#include "HTTP.h"
namespace i2p
namespace dotnet
{
namespace http
{
@ -87,9 +87,9 @@ namespace http
void ShowTransitTunnels (std::stringstream& s);
void ShowTransports (std::stringstream& s);
void ShowSAMSessions (std::stringstream& s);
void ShowI2PTunnels (std::stringstream& s);
void ShowDotNetTunnels (std::stringstream& s);
void ShowLocalDestination (std::stringstream& s, const std::string& b32);
} // http
} // i2p
} // dotnet
#endif /* HTTP_SERVER_H__ */