]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Update documentation of filter_pre_select().
authorAndre Noll <maan@systemlinux.org>
Sun, 20 Apr 2008 19:24:11 +0000 (21:24 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 20 Apr 2008 19:24:11 +0000 (21:24 +0200)
filter_chain.c

index 798d58e0bd28aac061db0c10ef18db977bd5bf80..737eaa56580d5f7dbaeafd5a427c34a4288ac391 100644 (file)
@@ -101,9 +101,7 @@ static void call_callbacks(struct filter_node *fn, char *inbuf, size_t inlen,
  * callbacks are called.  Similarly, if a convert function produced output, all
  * registerd output callbacks get called.
  *
  * callbacks are called.  Similarly, if a convert function produced output, all
  * registerd output callbacks get called.
  *
- * \return The sum of output bytes produced by the convert functions on
- * success, negative return value on errors (the return value is stored in
- * t->ret).
+ * On errors a (negative) error code is stored in t->error.
  *
  * \sa filter_node, filter#convert, filter_callback
  */
  *
  * \sa filter_node, filter#convert, filter_callback
  */