summaryrefslogtreecommitdiff
path: root/json_object_private.h
diff options
context:
space:
mode:
authorJehiah Czebotar <jehiah@gmail.com>2011-05-25 04:49:20 +0000
committerJehiah Czebotar <jehiah@gmail.com>2011-05-25 04:49:20 +0000
commit43d2f417c70b9a9845122fd3f69708c6dc47efd1 (patch)
tree5a3c5b2d3db1b56d58b6544acd2eca5735a975aa /json_object_private.h
parent1910225b7c258b5552f5e5e79458389492267953 (diff)
move definition of json_object_iter to public header to enable external use of json_object_object_foreachC
Patch from Rick Moran <https://github.com/DrHayt> git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@74 327403b1-1117-474d-bef2-5cb71233fd97
Diffstat (limited to 'json_object_private.h')
-rw-r--r--json_object_private.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/json_object_private.h b/json_object_private.h
index c7f604b..ceca58c 100644
--- a/json_object_private.h
+++ b/json_object_private.h
@@ -40,14 +40,6 @@ struct json_object
} o;
};
-/* CAW: added for ANSI C iteration correctness */
-struct json_object_iter
-{
- char *key;
- struct json_object *val;
- struct lh_entry *entry;
-};
-
#ifdef __cplusplus
}
#endif