projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9d8377
)
filter.h: Kill some unused fields of struct filter_node.
author
Andre Noll
<maan@systemlinux.org>
Tue, 12 Jan 2010 07:14:19 +0000
(08:14 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Tue, 12 Jan 2010 07:14:19 +0000
(08:14 +0100)
filter.h
patch
|
blob
|
history
diff --git
a/filter.h
b/filter.h
index
fa00a57
..
2c1fdac
100644
(file)
--- a/
filter.h
+++ b/
filter.h
@@
-20,12
+20,6
@@
struct filter_node {
* instance of the filter here.
*/
void *private_data;
- /** The output buffer. */
- char *buf;
- /** The size of the output buffer. */
- size_t bufsize;
- /** The number of bytes currently loaded in \a buf. */
- size_t loaded;
/** The list of registered callbacks. */
struct list_head callbacks;
/** A pointer to the configuration of this instance. */