From: Theo Buehler Subject: Re: bgpd: move nitems() from parse.y to bgpd.h To: tech@openbsd.org Date: Thu, 30 Oct 2025 11:52:41 +0100 On Thu, Oct 30, 2025 at 11:45:05AM +0100, Claudio Jeker wrote: > Currently parse.y defines nitems() but much more code in bgpd could use > this define. So move it to bgpd.h. ok tb