forgot file

pull/5/head
Jeff Becker 6 years ago
parent 5bbaae4e2e
commit 5b68d43730
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -0,0 +1,16 @@
#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
Loading…
Cancel
Save