diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 392417dd..c5ef2496 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -170,6 +170,8 @@ char *MD5Digest (char *); int openmailpipe (struct hostrec *); int daemonize(const char *, void (*)(int)); +void escapes(const char *, char *); + #else struct hostrec *hostinit(); |