mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
085563ac2f
gut curvecp for now
17 lines
288 B
C++
17 lines
288 B
C++
#include <llarp/link/curvecp.hpp>
|
|
#include "router.hpp"
|
|
#include <llarp/messages/link_intro.hpp>
|
|
|
|
namespace llarp
|
|
{
|
|
namespace curvecp
|
|
{
|
|
std::unique_ptr< ILinkLayer >
|
|
NewServer(llarp_router* r)
|
|
{
|
|
return nullptr;
|
|
}
|
|
} // namespace curvecp
|
|
|
|
} // namespace llarp
|