From f4908daaaad443834d9f270e7ddc5e2e23d0f7a5 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 6 Jan 2024 19:22:56 -0800 Subject: fix idhash not public We accidentally made idhash not public by not publishing its header in the right place. This is really generic utility stuff, so we have posted it in the nng/supplemental/util/ directory. We've also removed the ability to remove this -- its a very small amount of additional code, as its just a wrapper on top of mandatory functionality. --- docs/man/nng_id_map.3supp.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/man') diff --git a/docs/man/nng_id_map.3supp.adoc b/docs/man/nng_id_map.3supp.adoc index bd5dace3..343c0667 100644 --- a/docs/man/nng_id_map.3supp.adoc +++ b/docs/man/nng_id_map.3supp.adoc @@ -1,6 +1,6 @@ = nng_id_map(3supp) // -// Copyright 2023 Staysail Systems, Inc. +// Copyright 2024 Staysail Systems, Inc. // // This document is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this @@ -17,7 +17,7 @@ nng_id_map - identifier based mapping table [source, c] ---- #include -#include +#include typedef struct nng_id_map_s nng_id_map; -- cgit v1.2.3-70-g09d2