summaryrefslogtreecommitdiff
path: root/logsrvd/logsrvd.c
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2022-06-27 12:48:03 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2022-06-27 12:48:03 -0600
commit83f8f9e9278b346cdc03036ae8edbd3ed3c938e8 (patch)
treee879ab0cd6ca37466d64f6da4a40928e40e5a812 /logsrvd/logsrvd.c
parent50f18694b2b4d7553020ca649148b467a6a6ea38 (diff)
downloadsudo-83f8f9e9278b346cdc03036ae8edbd3ed3c938e8.tar.gz
Make sudo pass -Wmissing-prototypes
Diffstat (limited to 'logsrvd/logsrvd.c')
-rw-r--r--logsrvd/logsrvd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/logsrvd/logsrvd.c b/logsrvd/logsrvd.c
index 4bf739ff5..c3c9d2da3 100644
--- a/logsrvd/logsrvd.c
+++ b/logsrvd/logsrvd.c
@@ -311,7 +311,7 @@ get_free_buf(size_t len, struct connection_closure *closure)
debug_return_ptr(buf);
}
-bool
+static bool
fmt_server_message(struct connection_closure *closure, ServerMessage *msg)
{
struct connection_buffer *buf = NULL;