Skip to content

Commit

Permalink
staticify
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Sep 18, 2024
1 parent 1524691 commit 3b1d341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pure-authd.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ static void process(const int clientfd)
_exit(EXIT_SUCCESS);
}

int listencnx(void)
static int listencnx(void)
{
struct sockaddr_un *saddr;
int clientfd;
Expand Down

0 comments on commit 3b1d341

Please sign in to comment.