X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_threshold.h;h=a5c3373723efc23e0254425397bcdda4cc0fe246;hb=c1e610803799c42a121f4b6374a202d6612a1286;hp=bf097fae0f2ef62bae851f1ef1b4e16298b29d54;hpb=5c78be034ebf8edbf2ae98e9163a38b2d61fbb68;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 */