X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fplugin.h;h=3088e06e6cb70bc7b6a659ae0dfec680a8b99cb1;hb=108068f268cad453e5d3b54e288917409db1e467;hp=2d9930175e68ceb9426562d86be8d6ecf3759c14;hpb=6597f3a6584704f92f824f3cf7bac3369102e8a0;p=collectd.git diff --git a/src/plugin.h b/src/plugin.h index 2d993017..3088e06e 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -301,6 +301,6 @@ int plugin_notification_meta_add_boolean (notification_t *n, int plugin_notification_meta_copy (notification_t *dst, const notification_t *src); -int plugin_notification_meta_free (notification_t *n); +int plugin_notification_meta_free (notification_meta_t *n); #endif /* PLUGIN_H */