aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 0893520a..605bcb05 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -770,5 +770,8 @@ void fm_freeaddrinfo(struct addrinfo *ai);
int maybe_tls(struct query *ctl);
int must_tls(struct query *ctl);
+/* prototype from rfc822valid.c */
+int rfc822_valid_msgid(const unsigned char *);
+
#endif
/* fetchmail.h ends here */