1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp/link_relay_down.cpp
Jeff Becker 58247343bf
format
2018-02-01 12:07:01 -05:00

10 lines
259 B
C++

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