ncdc/libdc/include/dc/util.h

9 lines
106 B
C
Raw Normal View History

2019-06-25 14:52:38 +02:00
#ifndef NCDC_UTIL_H
#define NCDC_UTIL_H
#include <jansson.h>
2019-06-25 15:01:36 +02:00
void dc_util_dump_json(json_t *j);
2019-06-25 14:52:38 +02:00
#endif