X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdaemon%2Futils_threshold.h;h=a5c3373723efc23e0254425397bcdda4cc0fe246;hb=7b64cc91d3307179557b25b6ece2349a088f4294;hp=bf097fae0f2ef62bae851f1ef1b4e16298b29d54;hpb=d89829d22853ee0b7678b6e2ee7fdd359f3b7202;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 */