Commit 1c161cd1 1c161cd11cc0d8bbdfba7087cd0e90ce2220e390 by Wojciech Polak

Updated

1 parent be53eb39
2004-08-31 Wojciech Polak
* mailbox/file_stream.c (prog_stream_create): Changed type
of the second argument to const char*.
(filter_prog_stream_create): Likewise.
(_prog_stream_create): Changed type of the third argument
to const char*.
* include/mailutils/stream.h (prog_stream_create): Changed
type of the second argument to const char*.
(filter_prog_stream_create): Likewise.
* doc/texinfo/stream.texi: Updated.
* configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.14.1.
2004-08-24 Sergey Poznyakoff
* mail/util.c (util_do_command): Fixed coredump on unparseable
......
......@@ -6,6 +6,9 @@ mailutils.info*
muint.info*
texinfo.tex
version.texi
index.html
stamp-1
vers-muint.texi
mailutils.log
mailutils.dvi
mailutils.aux
......
......@@ -67,10 +67,10 @@ If @code{MU_STREAM_NO_CLOSE} is specified, @code{fclose()} will not be called on
@var{stdio} when the stream is closed.
@end deftypefun
@deftypefun int prog_stream_create (stream_t *@var{stream}, char *@var{progname}, int @var{flags})
@deftypefun int prog_stream_create (stream_t *@var{stream}, const char *@var{progname}, int @var{flags})
@end deftypefun
@deftypefun int filter_prog_stream_create (stream_t *@var{stream}, char *@var{progname}, stream_t @var{input})
@deftypefun int filter_prog_stream_create (stream_t *@var{stream}, const char *@var{progname}, stream_t @var{input})
@end deftypefun
@deftypefun void stream_destroy (stream_t *@var{stream}, void *@var{owner})
......
......@@ -17,4 +17,5 @@ listop
pop3client
nntpclient
murun
iconv
*.l[oa]
......