X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=compress.c;h=d6f7520d6376dab4ccc9a4a580aab40d90f68c03;hp=22dcfd333c145a4a77e49ba3826c43b61828241b;hb=e9caff38b33b06cf0bc90802539bffd13bfe07bc;hpb=b779fcfc62bca2e728348c70bab3c50df3fe63b8 diff --git a/compress.c b/compress.c index 22dcfd33..d6f7520d 100644 --- a/compress.c +++ b/compress.c @@ -118,7 +118,7 @@ static void open_compress(struct filter_node *fn) * * \param f Pointer to the struct to initialize. */ -void compress_init(struct filter *f) +void compress_filter_init(struct filter *f) { f->open = open_compress; f->close = close_compress;