diff options
Diffstat (limited to '')
-rw-r--r-- | src/old-stats/stats-carbon.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/old-stats/stats-carbon.h b/src/old-stats/stats-carbon.h new file mode 100644 index 0000000..0785976 --- /dev/null +++ b/src/old-stats/stats-carbon.h @@ -0,0 +1,13 @@ +#ifndef STATS_CARBON +#define STATS_CARBON 1 + +struct stats_send_ctx; + +int +stats_carbon_send(const char *endpoint, const char *data, + void (*callback)(void *), void *cb_ctx, + struct stats_send_ctx **ctx_r); +void +stats_carbon_destroy(struct stats_send_ctx **ctx); + +#endif |