Code

graph_def_json action: Add action to request graph defs as JSON.
[collection4.git] / src / data_provider.h
index a5e9c76dca25796bf742233d4de3a4c2347d6bdd..6dbcd1e8702cdfd79a67eb820910bdab4f7df502 100644 (file)
@@ -25,6 +25,7 @@
 #define DATA_PROVIDER_H 1
 
 #include "graph_types.h"
+#include "oconfig.h"
 
 #include <time.h>
 
@@ -63,5 +64,7 @@ struct data_provider_s
 };
 typedef struct data_provider_s data_provider_t;
 
+int data_provider_config (const oconfig_item_t *ci);
+
 #endif /* DATA_PROVIDER_H */
 /* vim: set sw=2 sts=2 et fdm=marker : */