aboutsummaryrefslogtreecommitdiffstats
path: root/netrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'netrc.h')
-rw-r--r--netrc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/netrc.h b/netrc.h
index c69316a8..5342c783 100644
--- a/netrc.h
+++ b/netrc.h
@@ -40,7 +40,7 @@ typedef struct _netrc_entry {
__BEGIN_DECLS
/* Parse FILE as a .netrc file (as described in ftp(1)), and return a
list of entries. NULL is returned if the file could not be
- parsed. */
+ parsed. Diagnostic messages are through report(), except for fopen() errors with ENOENT. */
netrc_entry *parse_netrc __P((char *file));
/* Return the netrc entry from LIST corresponding to HOST. NULL is