X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_threshold.h;h=a5c3373723efc23e0254425397bcdda4cc0fe246;hb=8361c1e963f9184c3c4d87197fd6996d667cdb3f;hp=bf097fae0f2ef62bae851f1ef1b4e16298b29d54;hpb=f664b944f774e4d1e5d5c562eaf0bb207c6a7edf;p=collectd.git diff --git a/src/daemon/utils_threshold.h b/src/daemon/utils_threshold.h index bf097fae..a5c33737 100644 --- a/src/daemon/utils_threshold.h +++ b/src/daemon/utils_threshold.h @@ -59,7 +59,7 @@ threshold_t *threshold_get (const char *hostname, threshold_t *threshold_search (const value_list_t *vl); -int ut_search_threshold (const value_list_t *vl, +int ut_search_threshold (const value_list_t *vl, threshold_t *ret_threshold); #endif /* UTILS_THRESHOLD_H */