lokinet/include/llarp/routing/handler.hpp

14 lines
206 B
C++

#ifndef LLARP_ROUTING_HANDLER_HPP
#define LLARP_ROUTING_HANDLER_HPP
namespace llarp
{
namespace routing
{
struct IMessageHandler
{
};
} // namespace routing
} // namespace llarp
#endif