X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1d08c1e0c0de0d321883ece1c36bce851fe893c7..792d7e1e:/h/popsbr.h?ds=inline diff --git a/h/popsbr.h b/h/popsbr.h index c155fd12..9991e473 100644 --- a/h/popsbr.h +++ b/h/popsbr.h @@ -3,8 +3,11 @@ * popsbr.h -- header for POP client subroutines */ -int pop_init (char *, char *, char *, char *, char *, int, int, char *, int, - const char *); +/* TLS flags */ +#define P_INITTLS 0x01 +#define P_NOVERIFY 0x02 +int pop_init (char *, char *, char *, char *, int, int, char *, int, + const char *); int pop_fd (char *, int, char *, int); int pop_stat (int *, int *); int pop_retr (int, int (*)(char *));