size_t size;
array_list_free_fn *free_fn;
};
+typedef struct array_list array_list;
extern struct array_list*
array_list_new(array_list_free_fn *free_fn);
#include <stddef.h>
#include "json_inttypes.h"
+#include "printbuf.h"
#ifdef __cplusplus
extern "C" {
};
typedef struct json_object_iter json_object_iter;
-/* forward structure definitions */
-
-/**
- * @deprecated Unused in json-c sources
- */
-typedef struct printbuf printbuf;
-/**
- * @deprecated Unused in json-c sources
- */
-typedef struct lh_table lh_table;
-/**
- * @deprecated Unused in json-c sources
- */
-typedef struct array_list array_list;
-
typedef int json_bool;
/**