]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter_chain.c
Update documentation of filter_pre_select().
[paraslash.git] / 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.
  *
- * \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
  */