summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2004-08-31 18:26:21 +0000
committerWojciech Polak <polak@gnu.org>2004-08-31 18:26:21 +0000
commit1c161cd11cc0d8bbdfba7087cd0e90ce2220e390 (patch)
tree13196bba742c2dce13352aac359536ab41d358c2 /doc
parentbe53eb396f41ebbb2005fdacc6a538aa3a09077e (diff)
downloadmailutils-1c161cd11cc0d8bbdfba7087cd0e90ce2220e390.tar.gz
mailutils-1c161cd11cc0d8bbdfba7087cd0e90ce2220e390.tar.bz2
Updated
Diffstat (limited to 'doc')
-rw-r--r--doc/texinfo/.cvsignore3
-rw-r--r--doc/texinfo/stream.texi4
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/texinfo/.cvsignore b/doc/texinfo/.cvsignore
index 4186993b0..e68e982b6 100644
--- a/doc/texinfo/.cvsignore
+++ b/doc/texinfo/.cvsignore
@@ -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
diff --git a/doc/texinfo/stream.texi b/doc/texinfo/stream.texi
index 2da86ac3b..ed371634c 100644
--- a/doc/texinfo/stream.texi
+++ b/doc/texinfo/stream.texi
@@ -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})

Return to:

Send suggestions and report system problems to the System administrator.