Skip to content

Commit 9f331e5

Browse files
wngrmxinden
andauthored
protocols/rendezvous: Export Cookie (#2256)
Co-authored-by: Max Inden <mail@max-inden.de>
1 parent decfead commit 9f331e5

File tree

1 file changed

+1
-1
lines changed
  • protocols/rendezvous/src

1 file changed

+1
-1
lines changed

protocols/rendezvous/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1919
// DEALINGS IN THE SOFTWARE.
2020

21-
pub use self::codec::{ErrorCode, Namespace, NamespaceTooLong, Registration, Ttl};
21+
pub use self::codec::{Cookie, ErrorCode, Namespace, NamespaceTooLong, Registration, Ttl};
2222

2323
mod codec;
2424
mod handler;

0 commit comments

Comments
 (0)