]> git.tuebingen.mpg.de Git - paraslash.git/commit
Make FOR_EACH_SUPPORTED_FILTER() local to filter_common.c.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 6 Oct 2015 01:54:02 +0000 (01:54 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 10 Jan 2016 11:58:52 +0000 (12:58 +0100)
commit7eab3b26d6c5094ad13bf64ac07eaed57f7b69a0
treef9d37f6c2bdc1999e8620eb4cf54b334241b6a9b
parent36c7f87c8089baf36726c22c6a3b78865c1e7d3d
Make FOR_EACH_SUPPORTED_FILTER() local to filter_common.c.

The macro is only used in this .c file, so it should not be
public. This patch moves the macro from filter.h to filter_common.c.
filter.h
filter_common.c