X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Ftools%2Fsysdb%2Fjson.h;fp=src%2Ftools%2Fsysdb%2Fjson.h;h=ef7210dab543ba2a5dcbd1419fb51549c39d456b;hp=b276eff82b62b64732a42258b7d98bfaa66eda66;hb=5cc17919bcf0cc5474811e376bdba8989f0b54d3;hpb=0a3dd5b9b97e25156412a95bcecf25f8d75c72fc diff --git a/src/tools/sysdb/json.h b/src/tools/sysdb/json.h index b276eff..ef7210d 100644 --- a/src/tools/sysdb/json.h +++ b/src/tools/sysdb/json.h @@ -29,6 +29,8 @@ #include "utils/strbuf.h" +#include + #ifndef SYSDB_JSON_H #define SYSDB_JSON_H 1 @@ -38,7 +40,7 @@ * specified buffer. The output is printed to the standard output channel. */ int -sdb_json_print(sdb_input_t *input, int type, sdb_strbuf_t *buf); +sdb_json_print(FILE *out, sdb_input_t *input, int type, sdb_strbuf_t *buf); #endif /* SYSDB_JSON_H */