Add missing prototypes for static functions to avoid warnings.

This commit is contained in:
nhkeni
2024-02-29 10:49:53 -05:00
parent 356875ea20
commit acf60063d5
21 changed files with 45 additions and 0 deletions

View File

@@ -948,6 +948,7 @@ static struct tm *getlt(void);
/* Sets the seed for the random number generator */
#ifdef USE_ISAAC64
static void set_random(unsigned long seed, int (*)(int));
static void
set_random(unsigned long seed,