add json_object_object_length

This commit is contained in:
Greg Hazel
2013-01-11 01:36:55 -08:00
parent 3ae296f694
commit cca74c6de6
4 changed files with 12 additions and 0 deletions

View File

@@ -280,6 +280,7 @@ extern int lh_table_delete_entry(struct lh_table *t, struct lh_entry *e);
*/
extern int lh_table_delete(struct lh_table *t, const void *k);
extern int lh_table_length(struct lh_table *t);
void lh_abort(const char *msg, ...);
void lh_table_resize(struct lh_table *t, int new_size);