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

1
fn.h
View File

@@ -39,7 +39,6 @@ void backvi(Im*);
void dictsend(Im*, Str*);
uvlong ownernew(void);
int srvreadkey(int, Keyreq*);
void srvthread(void*);
void ibusthread(void*);

2
srv.c
View File

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