mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-29 11:05:43 +00:00
14 lines
206 B
C++
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 |