bozo: Mark ScheduleCronBnode as static

It is only used in cronbnodeops.c.

Change-Id: I9b1c5b6d62c32fa53724e7096f29354694f90a7e
Reviewed-on: https://gerrit.openafs.org/15831
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
This commit is contained in:
Benjamin Kaduk 2024-08-11 15:56:40 -07:00 committed by Michael Meffie
parent 1ea82f2e2b
commit add810c1db

View File

@ -84,7 +84,7 @@ cron_hascore(struct bnode *abnode)
one shot run) or when we should run again. Sleeps until we should run again.
Note that the computation of when we should run again is made in procexit
and/or create procs. This guy only schedules the sleep */
int
static int
ScheduleCronBnode(struct cronbnode *abnode)
{
afs_int32 code;