mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-05 21:20:38 +00:00
16 lines
281 B
C++
16 lines
281 B
C++
#ifndef LLARP_MESSAGES_HIDDEN_SERIVCE_HPP
|
|
#define LLARP_MESSAGES_HIDDEN_SERIVCE_HPP
|
|
|
|
#include <llarp/routing/message.hpp>
|
|
|
|
namespace llarp
|
|
{
|
|
namespace routing
|
|
{
|
|
struct HiddenServiceFrame : public IMessage
|
|
{
|
|
};
|
|
} // namespace routing
|
|
} // namespace llarp
|
|
|
|
#endif |