mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Add guard definition
This commit is contained in:
@@ -24,6 +24,9 @@
|
|||||||
// The crux of the API is defined in OpenVPNClient (below)
|
// The crux of the API is defined in OpenVPNClient (below)
|
||||||
// and TunBuilderBase.
|
// and TunBuilderBase.
|
||||||
|
|
||||||
|
#ifndef OVPNCLI_HPP
|
||||||
|
#define OVPNCLI_HPP
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
@@ -605,3 +608,6 @@ namespace openvpn {
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user