mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-05 21:20:38 +00:00
c3c388b6aa
does not compile
16 lines
238 B
C++
16 lines
238 B
C++
#ifndef LLARP_LINK_CURVECP_HPP
|
|
#define LLARP_LINK_CURVECP_HPP
|
|
|
|
#include <llarp/link_layer.hpp>
|
|
|
|
namespace llarp
|
|
{
|
|
namespace curvecp
|
|
{
|
|
std::unique_ptr< ILinkLayer >
|
|
NewServer(llarp_router* r);
|
|
}
|
|
} // namespace llarp
|
|
|
|
#endif
|