From 68170e7722b2bde6ae228de94faedabf69b5cb41 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 18 Oct 2023 23:10:05 +0200 Subject: [PATCH] reallf: fix typo in prototype --- include/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/utils.h b/include/utils.h index 5b81c977..3de12e51 100644 --- a/include/utils.h +++ b/include/utils.h @@ -40,4 +40,4 @@ int exec_and_wait(const char *arg, ...); time_t strtotimet(const char *np, const char **errpp); bool lock(int fd, bool write); bool find_email(strlist *list, strlist *matches, const char *delim, char **recipextra); -char *readlf(int fd, bool online); +char *readlf(int fd, bool oneline); -- 2.47.2