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=b276eff82b62b64732a42258b7d98bfaa66eda66;hp=08def61f726e361b94bf028b8098722740196066;hb=0a3dd5b9b97e25156412a95bcecf25f8d75c72fc;hpb=61c35f1909b2496c7edac288a59f75604c7c179e diff --git a/src/tools/sysdb/json.h b/src/tools/sysdb/json.h index 08def61..b276eff 100644 --- a/src/tools/sysdb/json.h +++ b/src/tools/sysdb/json.h @@ -34,11 +34,11 @@ /* * sdb_json_print: - * Format the JSON string stored in the specified buffer. The output is - * printed to the standard output channel. + * Format the JSON object of the specified type. The raw JSON is read from the + * specified buffer. The output is printed to the standard output channel. */ int -sdb_json_print(sdb_input_t *input, sdb_strbuf_t *buf); +sdb_json_print(sdb_input_t *input, int type, sdb_strbuf_t *buf); #endif /* SYSDB_JSON_H */