]> git.tuebingen.mpg.de Git - paraslash.git/commit
Constify argument of check_filter_arg().
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 17 Aug 2016 18:15:11 +0000 (20:15 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 22 Aug 2016 12:57:57 +0000 (14:57 +0200)
commita13a1e0d202a8969374b9a70562556e689597f2d
treedc0eea6f007d045015ea872ed672505eca3ce3f2
parentcf47da359caca907d8f0fd8fe9f5f4ddb398b67d
Constify argument of check_filter_arg().

The function does not modify the memory pointed to by "fa".
filter.h
filter_common.c