X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8e0f9bd3daae9d05dec58026d5a5924367e4e874..665dfc96f45c47ecfae79f1baa2c29dabe5a2ded:/h/popsbr.h?ds=inline diff --git a/h/popsbr.h b/h/popsbr.h index 3fb4179d..ba8b958f 100644 --- a/h/popsbr.h +++ b/h/popsbr.h @@ -1,10 +1,11 @@ - -/* - * popsbr.h -- header for POP client subroutines +/* popsbr.h -- header for POP client subroutines */ -int pop_init (char *, char *, char *, char *, char *, int, int, char *, - 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 *));