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/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