mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
15 lines
280 B
C++
15 lines
280 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;
|
|
}
|
|
} // namespace frame
|
|
} // namespace llarp
|