- Global array_list_new  (array_list_free_fn *free_fn)
- Use array_list_new2() instead.  
- Global json_parse_double  (const char *buf, double *retval)
- Global json_tokener  
- Unused in json-c code  
- Global json_tokener::char_offset  
- See json_tokener_get_parse_end() instead.  
- Global json_tokener::err  
- See json_tokener_get_error() instead.  
- Global json_tokener::str  
- Do not access any of these fields outside of json_tokener.c  
- Class json_tokener_srec  
- Don't use this outside of json_tokener.c, it will be made private in a future release.  
- Global json_tokener_state  
- Don't use this outside of json_tokener.c, it will be made private in a future release.  
- Global lh_entry::k  
- Use lh_entry_k() instead of accessing this directly.  
- Global lh_entry::k_is_constant  
- use lh_entry_k_is_constant() instead.  
- Global lh_entry::next  
- Use lh_entry_next() instead of accessing this directly.  
- Global lh_entry::prev  
- Use lh_entry_prev() instead of accessing this directly.  
- Global lh_entry::v  
- Use lh_entry_v() instead of accessing this directly.  
- Global lh_table::count  
- Use lh_table_length() instead.  
- Global lh_table::equal_fn  
- do not use outside of linkhash.c  
- Global lh_table::free_fn  
- do not use outside of linkhash.c  
- Global lh_table::hash_fn  
- do not use outside of linkhash.c  
- Global lh_table::head  
- Use lh_table_head() instead.  
- Global lh_table::size  
- do not use outside of linkhash.c  
- Global lh_table::table  
- do not use outside of linkhash.c  
- Global lh_table::tail  
- Do not use, may be removed in a future release.