lokinet/include/llarp/handlers/tun.hpp
2018-08-08 15:37:33 -04:00

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