X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_match.h;h=a39c8694b8a28fd93d69db0c196c05e8474c8f7e;hb=5cdafc6cb9228b93cf9b6956c92df61d00bd2a9e;hp=da9f1bcd2cf72721060979b786ded90dbbdcf5af;hpb=7b1cd2f1da2ba207599a6537e5cc6328f07a9d20;p=collectd.git diff --git a/src/utils_match.h b/src/utils_match.h index da9f1bcd..a39c8694 100644 --- a/src/utils_match.h +++ b/src/utils_match.h @@ -74,7 +74,8 @@ typedef struct cu_match_value_s cu_match_value_t; * callback. */ cu_match_t *match_create_callback (const char *regex, - int (*callback) (const char *str, void *user_data), + int (*callback) (const char *str, + char * const *matches, size_t matches_num, void *user_data), void *user_data); /*