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=08def61f726e361b94bf028b8098722740196066;hp=9fc1a70d3fb49fc42272e66ef4d2b7379ed0dd3b;hb=eeecbb1672352c4dc15af2ca345f2bb5cc5a5f66;hpb=233d70fd5ffdc770e639da722a8070cb73ec4fc6 diff --git a/src/tools/sysdb/json.h b/src/tools/sysdb/json.h index 9fc1a70..08def61 100644 --- a/src/tools/sysdb/json.h +++ b/src/tools/sysdb/json.h @@ -25,6 +25,8 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "tools/sysdb/input.h" + #include "utils/strbuf.h" #ifndef SYSDB_JSON_H @@ -36,7 +38,7 @@ * printed to the standard output channel. */ int -sdb_json_print(sdb_strbuf_t *buf); +sdb_json_print(sdb_input_t *input, sdb_strbuf_t *buf); #endif /* SYSDB_JSON_H */