X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_format_json.h;h=a3eda30413b87b7a364640ef44623d2e3c2f4a72;hb=0a8741b9061f8df4a78a448c021612db06e17425;hp=3584decf92f337d650b81a4171af8e81b22b5564;hpb=4103105fb43cd72294f165b2541540b3a8a99532;p=collectd.git diff --git a/src/utils_format_json.h b/src/utils_format_json.h index 3584decf..a3eda304 100644 --- a/src/utils_format_json.h +++ b/src/utils_format_json.h @@ -42,5 +42,7 @@ int format_json_value_list (char *buffer, const data_set_t *ds, const value_list_t *vl, int store_rates); int format_json_finalize (char *buffer, size_t *ret_buffer_fill, size_t *ret_buffer_free); +int format_json_notification (char *buffer, size_t buffer_size, + notification_t const *n); #endif /* UTILS_FORMAT_JSON_H */