Mercurial > hg > xemacs-beta
diff src/events.h @ 5814:a216b3c2b09e
Add TLS support. See xemacs-patches message with ID
<CAHCOHQk6FNm2xf=XiGEpPq43+7WOzNZ=SuD9V79o3wb9WVCTrQ@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Tue, 07 Oct 2014 21:16:10 -0600 |
parents | b79e1e02bf01 |
children |
line wrap: on
line diff
--- a/src/events.h Thu Oct 02 10:19:00 2014 +0200 +++ b/src/events.h Tue Oct 07 21:16:10 2014 -0600 @@ -72,6 +72,7 @@ /* Flags for create_io_streams_cb() FLAGS parameter */ #define STREAM_PTY_FLUSHING 0x0001 #define STREAM_NETWORK_CONNECTION 0x0002 +#define STREAM_USE_TLS 0x0004 extern struct event_stream *event_stream;