You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/link_intro.cpp

13 lines
214 B
C++

#include "link_handlers.hpp"
namespace llarp
{
namespace frame
{
bool process_intro(struct llarp_frame_handler * h, struct llarp_link_session * s, llarp_buffer_t msg)
{
return false;
}
}
}