]> diplodocus.org Git - nmh/blobdiff - uip/popsbr.h
Added missing ')'.
[nmh] / uip / popsbr.h
index 36ba404ef5e28f23aaab34b6be086731e55561b9..3e70fe7572c0a160c1841021c4af0649a2408215 100644 (file)
@@ -5,8 +5,10 @@
  * complete copyright information. */
 
 /* TLS flags */
  * complete copyright information. */
 
 /* TLS flags */
-#define P_INITTLS 0x01
-#define P_NOVERIFY 0x02
+#define P_STARTTLS 0x01
+#define P_INITTLS 0x02
+#define P_TLSENABLEMASK 0x03
+#define P_NOVERIFY 0x04
 
 int pop_init(char *, char *, char *, char *, int, int, char *, int, const char *);
 int pop_stat(int *, int *);
 
 int pop_init(char *, char *, char *, char *, int, int, char *, int, const char *);
 int pop_stat(int *, int *);