From: Stefan Sperling Subject: Re: Move predeclaration to correct header To: Josh Rickmar Cc: Omar Polo , gameoftrees@openbsd.org Date: Mon, 3 Jul 2023 21:16:45 +0200 On Mon, Jul 03, 2023 at 03:12:54PM -0400, Josh Rickmar wrote: > On Mon, Jul 03, 2023 at 07:11:05PM +0200, Omar Polo wrote: > > On 2023/07/03 11:23:01 -0400, Josh Rickmar wrote: > > > Spotted this while copying library code for cvg. > > > > > > ok? > > > > ok > > > > although we can also do the opposite and make it static since it is > > used only once in lib/worktree.c. > > Don't see anything that could be refactored to use this API, so here's > the static version. Either diff is ok with me. We can always flip this as needed.