restructure

This commit is contained in:
Love Hörnquist Åstrand
2011-11-21 18:46:38 -08:00
parent 1d7c483db2
commit 354ef711f3
7 changed files with 59 additions and 8 deletions

View File

@@ -85,6 +85,9 @@ _heim_alloc_object(heim_type_t type, size_t size);
heim_tid_t
_heim_type_get_tid(heim_type_t type);
void
_heim_make_permanent(heim_object_t ptr);
/* tagged tid */
extern struct heim_type_data _heim_null_object;
extern struct heim_type_data _heim_bool_object;