cleanup: Declare some unshared functions static.

This commit is contained in:
Justin Maggard
2015-04-10 15:47:28 -07:00
parent c1bb37a387
commit 13d36533b5
5 changed files with 54 additions and 60 deletions

View File

@@ -123,7 +123,7 @@ seedRandomByte(uint32_t seed)
return sqlite3Prng.s[t];
}
void
static void
seedRandomness(int n, void *pbuf, uint32_t seed)
{
unsigned char *zbuf = pbuf;