From 11ba27271f8e085b06c79b732cf92f88e492f487 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 4 May 2020 03:04:59 +0200 Subject: Add fm_realpath(): a malloc()ating realpath() wrapper. --- fetchmail.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index f731e159..902aae18 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -792,4 +792,8 @@ int ntlm_helper(int sock, struct query *ctl, const char *protocol); && (run.showdots || !is_a_file(1))) #endif + +/* fm_realpath.c */ +char *fm_realpath(const char *restrict file_name); + /* fetchmail.h ends here */ -- cgit v1.2.3