mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
13 lines
217 B
C++
13 lines
217 B
C++
#include "link_handlers.hpp"
|
|
|
|
namespace llarp
|
|
{
|
|
namespace frame
|
|
{
|
|
bool process_relay_up(struct llarp_frame_handler * h, struct llarp_link_session * s, llarp_buffer_t msg)
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
}
|