headers: make server key reader private

This commit is contained in:
2026-08-13 21:26:56 +09:00
parent c07673ad4c
commit 13f0b436b8
2 changed files with 1 additions and 2 deletions

2
srv.c
View File

@@ -14,7 +14,7 @@ struct Client
uvlong owner;
};
int
static int
srvreadkey(int fd, Keyreq *kr)
{
uchar req[Ipcreqsz];