X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/90edb255effd0d29d94e662ca5bf3e9eda7ed122..9322ba2854211794c27fae9468768b80b767c211:/h/popsbr.h diff --git a/h/popsbr.h b/h/popsbr.h index 96d21a33..9991e473 100644 --- a/h/popsbr.h +++ b/h/popsbr.h @@ -3,6 +3,9 @@ * popsbr.h -- header for POP client subroutines */ +/* 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);