9 lines
106 B
C
9 lines
106 B
C
#ifndef NCDC_UTIL_H
|
|
#define NCDC_UTIL_H
|
|
|
|
#include <jansson.h>
|
|
|
|
void dc_util_dump_json(json_t *j);
|
|
|
|
#endif
|