X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.h;h=2c1fdac1191516587502833434605fb97bb20339;hp=fa00a5780551374296c693a6df312f6f6c74f800;hb=0750c5dfa5404cdc6baef58cc1fc6b56fc2b5f43;hpb=d9d83772fbee853857f1904fa6553f06a026108c;ds=sidebyside diff --git a/filter.h b/filter.h index fa00a578..2c1fdac1 100644 --- 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. */