From: Baptiste Daroussin Date: Wed, 18 Oct 2023 21:10:05 +0000 (+0200) Subject: reallf: fix typo in prototype X-Git-Tag: RELEASE_1_4_0rc2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68170e7722b2bde6ae228de94faedabf69b5cb41;p=thirdparty%2Fmlmmj.git reallf: fix typo in prototype --- 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);