lokinet/llarp/link_intro.cpp

11 lines
249 B
C++
Raw Normal View History

2018-02-01 17:06:49 +00:00
#include "link_handlers.hpp"
2018-02-01 17:07:01 +00:00
namespace llarp {
namespace frame {
bool process_intro(struct llarp_frame_handler* h, struct llarp_link_session* s,
llarp_buffer_t msg) {
return false;
2018-02-01 17:06:49 +00:00
}
2018-02-01 17:07:01 +00:00
} // namespace frame
} // namespace llarp