diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |