projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fde9a42
)
Update documentation of filter_pre_select().
author
Andre Noll
<maan@systemlinux.org>
Sun, 20 Apr 2008 19:24:11 +0000
(21:24 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Sun, 20 Apr 2008 19:24:11 +0000
(21:24 +0200)
filter_chain.c
patch
|
blob
|
history
diff --git
a/filter_chain.c
b/filter_chain.c
index
798d58e
..
737eaa5
100644
(file)
--- a/
filter_chain.c
+++ b/
filter_chain.c
@@
-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
*/