FilterConfig: return bool

This commit is contained in:
Max Kellermann
2013-10-19 16:29:56 +02:00
parent 04a737e04c
commit 03cddd0acf
2 changed files with 5 additions and 10 deletions

View File

@@ -35,9 +35,9 @@ class Error;
* @param chain the chain to append filters on
* @param spec the filter chain specification
* @param error_r space to return an error description
* @return the number of filters which were successfully added
* @return true on success
*/
unsigned int
bool
filter_chain_parse(Filter &chain, const char *spec, Error &error);
#endif