X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdata_provider.h;fp=src%2Fdata_provider.h;h=87025f21ad31019c4b4c9218739f19e1f531d70c;hb=3a5182f49dd2bf9e617566a8a9ec7689db4f4f8b;hp=30f36703a78e497985e52f77c1dc6a0a36727cc3;hpb=1eabc944bfc76081cc6ef9613a2349609959ff2b;p=collection4.git diff --git a/src/data_provider.h b/src/data_provider.h index 30f3670..87025f2 100644 --- a/src/data_provider.h +++ b/src/data_provider.h @@ -39,10 +39,10 @@ struct dp_data_point_s typedef struct dp_data_point_s dp_data_point_t; /* Callback passed to the "get_idents" function. */ -typedef int (*dp_get_idents_callback) (const graph_ident_t *, void *); +typedef int (*dp_get_idents_callback) (graph_ident_t *, void *); /* Callback passed to the "get_ident_ds_names" function. */ -typedef int (*dp_list_get_ident_ds_names_callback) (const graph_ident_t *, +typedef int (*dp_list_get_ident_ds_names_callback) (graph_ident_t *, const char *ds_name, void *); /* Callback passed to the "get_ident_data" function. */