rename heim_serialize to heim_copy_serialize to follow create/copy/get semantics

This commit is contained in:
Love Hornquist Astrand
2013-05-30 18:28:37 -07:00
parent 2433496ea6
commit b301e47fb8
4 changed files with 6 additions and 6 deletions

View File

@@ -764,7 +764,7 @@ strbuf_add(void *ctx, const char *str)
#define STRBUF_INIT_SZ 64
heim_string_t
heim_serialize(heim_object_t obj, heim_json_flags_t flags, heim_error_t *error)
heim_copy_serialize(heim_object_t obj, heim_json_flags_t flags, heim_error_t *error)
{
heim_string_t str;
struct strbuf strbuf;