mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-05 21:20:38 +00:00
15 lines
265 B
C++
15 lines
265 B
C++
#ifndef LLARP_HANDLERS_TUN_HPP
|
|
#define LLARP_HANDLERS_TUN_HPP
|
|
#include <llarp/service/handler.hpp>
|
|
|
|
namespace llarp
|
|
{
|
|
namespace handlers
|
|
{
|
|
struct TunHandler : public service::IDataHandler
|
|
{
|
|
};
|
|
} // namespace handlers
|
|
} // namespace llarp
|
|
|
|
#endif |