mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-05 21:20:38 +00:00
7 lines
84 B
C++
7 lines
84 B
C++
|
#ifndef LIBLLARP_DNSC_HPP
|
||
|
#define LIBLLARP_DNSC_HPP
|
||
|
|
||
|
#include <llarp/dns.h>
|
||
|
|
||
|
#endif
|