lokinet/llarp/encrypted_ack.hpp

13 lines
157 B
C++
Raw Normal View History

2018-06-11 13:25:10 +00:00
#ifndef LLARP_ENCRYPTED_ACK_HPP
#define LLARP_ENCRYPTED_ACK_HPP
#include <encrypted.hpp>
2018-06-11 13:25:10 +00:00
namespace llarp
{
2018-12-15 16:21:52 +00:00
struct Crypto;
2018-07-09 03:34:29 +00:00
} // namespace llarp
2018-06-11 13:25:10 +00:00
#endif