summaryrefslogtreecommitdiffstats
path: root/mutt_socket.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-07 19:26:19 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-07 19:26:19 +0000
commit3e6a7a62b87b94d51b492894e54175a64b1088ec (patch)
tree71bf2e3e25e8ee552f018e3f5b49017632842c16 /mutt_socket.h
parent0ab0eec0a8b8e562a06d0ea14d232c6f1f034c32 (diff)
First fix of the IMAP expunge handling. From Brandon Long.
Diffstat (limited to 'mutt_socket.h')
-rw-r--r--mutt_socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt_socket.h b/mutt_socket.h
index b3d53035..5a8ee230 100644
--- a/mutt_socket.h
+++ b/mutt_socket.h
@@ -28,6 +28,7 @@ typedef struct
char inbuf[LONG_STRING];
int bufpos;
int available;
+ void *data;
} CONNECTION;
int mutt_socket_readchar (CONNECTION *conn, char *c);