Deleted Added
full compact
heimbase.h (226031) heimbase.h (226128)
1/*
2 * Copyright (c) 2010 Kungliga Tekniska H��gskolan
3 * (Royal Institute of Technology, Stockholm, Sweden).
4 * All rights reserved.
5 *
6 * Portions Copyright (c) 2010 Apple Inc. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 117 unchanged lines hidden (view full) ---

126#ifdef __BLOCKS__
127void heim_array_iterate(heim_array_t, void (^)(heim_object_t));
128#endif
129size_t heim_array_get_length(heim_array_t);
130heim_object_t
131 heim_array_copy_value(heim_array_t, size_t);
132void heim_array_delete_value(heim_array_t, size_t);
133#ifdef __BLOCKS__
1/*
2 * Copyright (c) 2010 Kungliga Tekniska H��gskolan
3 * (Royal Institute of Technology, Stockholm, Sweden).
4 * All rights reserved.
5 *
6 * Portions Copyright (c) 2010 Apple Inc. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 117 unchanged lines hidden (view full) ---

126#ifdef __BLOCKS__
127void heim_array_iterate(heim_array_t, void (^)(heim_object_t));
128#endif
129size_t heim_array_get_length(heim_array_t);
130heim_object_t
131 heim_array_copy_value(heim_array_t, size_t);
132void heim_array_delete_value(heim_array_t, size_t);
133#ifdef __BLOCKS__
134void heim_array_filter(heim_array_t, bool (^)(heim_object_t));
134void heim_array_filter(heim_array_t, int (^)(heim_object_t));
135#endif
136
137/*
138 * Dict
139 */
140
141typedef struct heim_dict_data *heim_dict_t;
142

--- 46 unchanged lines hidden ---
135#endif
136
137/*
138 * Dict
139 */
140
141typedef struct heim_dict_data *heim_dict_t;
142

--- 46 unchanged lines hidden ---