aboutsummaryrefslogtreecommitdiffstats
path: root/src/handshake/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/handshake/mod.rs')
-rw-r--r--src/handshake/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/handshake/mod.rs b/src/handshake/mod.rs
index 8095147..8452de8 100644
--- a/src/handshake/mod.rs
+++ b/src/handshake/mod.rs
@@ -18,3 +18,4 @@ mod types;
// publicly exposed interface
pub use device::Device;
+pub use messages::{TYPE_COOKIE_REPLY, TYPE_INITIATION, TYPE_RESPONSE };