* mailbox2/stream.c: stream_read() and stream_write()
change prototype to be void * instead of char *. * mailbox2/bstream.c: Adjust bstream_{read,write} to the new prototypes. * mailbox2/pop3/pop3_stream.c: Likewised. * mailbox2/Makefile.am: New file. * mailbox2/pop3/Makefile.am: New file. * mailbox2/mstream.c: Mapfile stream Implementation. * mailbox2/fstream.c: File stream implementation. * mailbox2/include/mailutils/sys/fstream.h: New file. * mailbox2/include/mailutils/sys/mstream.h: New file. * mailbox2/tcp.c: rename to tcpstream.c. * mailbox2/include/mailutils/sys/tcp.h: Rename to tcpstream.h
Showing
17 changed files
with
1076 additions
and
36 deletions
mailbox2/Makefile.am
0 → 100644
mailbox2/fstream.c
0 → 100644
mailbox2/include/mailutils/sys/fstream.h
0 → 100644
mailbox2/include/mailutils/sys/mstream.h
0 → 100644
mailbox2/mstream.c
0 → 100644
mailbox2/pop3/Makefile.am
0 → 100644
-
Please register or sign in to post a comment