ndb: add content and owned_size

This commit is contained in:
William Casarin
2023-07-22 07:40:20 -07:00
parent 6d43754e71
commit 0263c11a94
3 changed files with 9 additions and 2 deletions

View File

@@ -409,7 +409,6 @@ static int parse_unsigned_int(const char *start, int len, unsigned int *num)
}
int ndb_note_from_json(const char *json, int len, struct ndb_note **note,
unsigned char *buf, int bufsize)
{