Code

src/filter_chain.c: Made match_proc_t.create optional.
authorSebastian Harl <sh@tokkee.org>
Mon, 16 Feb 2009 14:16:48 +0000 (15:16 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 16 Feb 2009 14:22:05 +0000 (15:22 +0100)
commitddced90c76fb00e2141478a3573c42b72a526fe6
tree657b3e0c3f1d781379b1aa542344abb4e78bd003
parent3ae8921a72a7e99bd5d50a03b29de4f5550c5395
src/filter_chain.c: Made match_proc_t.create optional.

In most cases it does not make sense to not provide a create callback.
However, we never know what the future might bring, so let's chose the more
flexible approach.
src/filter_chain.c