-
-/*
- * popsbr.h -- header for POP client subroutines
+/* 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);