heimbase.h   heimbase.h 
skipping to change at line 132 skipping to change at line 132
int heim_array_append_value(heim_array_t, heim_object_t); int heim_array_append_value(heim_array_t, heim_object_t);
void heim_array_iterate_f(heim_array_t, heim_array_iterator_f_t, void *); void heim_array_iterate_f(heim_array_t, heim_array_iterator_f_t, void *);
#ifdef __BLOCKS__ #ifdef __BLOCKS__
void heim_array_iterate(heim_array_t, void (^)(heim_object_t)); void heim_array_iterate(heim_array_t, void (^)(heim_object_t));
#endif #endif
size_t heim_array_get_length(heim_array_t); size_t heim_array_get_length(heim_array_t);
heim_object_t heim_object_t
heim_array_copy_value(heim_array_t, size_t); heim_array_copy_value(heim_array_t, size_t);
void heim_array_delete_value(heim_array_t, size_t); void heim_array_delete_value(heim_array_t, size_t);
#ifdef __BLOCKS__ #ifdef __BLOCKS__
void heim_array_filter(heim_array_t, bool (^)(heim_object_t)); void heim_array_filter(heim_array_t, int (^)(heim_object_t));
#endif #endif
/* /*
* Dict * Dict
*/ */
typedef struct heim_dict_data *heim_dict_t; typedef struct heim_dict_data *heim_dict_t;
heim_dict_t heim_dict_create(size_t size); heim_dict_t heim_dict_create(size_t size);
heim_tid_t heim_dict_get_type_id(void); heim_tid_t heim_dict_get_type_id(void);
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 krb5-private.h   krb5-private.h 
skipping to change at line 267 skipping to change at line 267
krb5_context /*context*/, krb5_context /*context*/,
krb5_kdc_flags /*flags*/, krb5_kdc_flags /*flags*/,
krb5_ccache /*ccache*/, krb5_ccache /*ccache*/,
krb5_creds */*in_creds*/, krb5_creds */*in_creds*/,
krb5_principal /*impersonate_principal*/, krb5_principal /*impersonate_principal*/,
Ticket */*second_ticket*/, Ticket */*second_ticket*/,
krb5_creds **/*out_creds*/, krb5_creds **/*out_creds*/,
krb5_creds ***/*ret_tgts*/); krb5_creds ***/*ret_tgts*/);
char * char *
_krb5_get_default_cc_name_from_registry (void); _krb5_get_default_cc_name_from_registry (krb5_context /*context*/);
char * char *
_krb5_get_default_config_config_files_from_registry (void); _krb5_get_default_config_config_files_from_registry (void);
krb5_error_code krb5_error_code
_krb5_get_default_principal_local ( _krb5_get_default_principal_local (
krb5_context /*context*/, krb5_context /*context*/,
krb5_principal */*princ*/); krb5_principal */*princ*/);
KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
skipping to change at line 557 skipping to change at line 557
const PA_S4U2Self */*self*/, const PA_S4U2Self */*self*/,
krb5_data */*data*/); krb5_data */*data*/);
int int
_krb5_send_and_recv_tcp ( _krb5_send_and_recv_tcp (
krb5_socket_t /*fd*/, krb5_socket_t /*fd*/,
time_t /*tmout*/, time_t /*tmout*/,
const krb5_data */*req*/, const krb5_data */*req*/,
krb5_data */*rep*/); krb5_data */*rep*/);
int
_krb5_set_default_cc_name_to_registry (
krb5_context /*context*/,
krb5_ccache /*id*/);
void void
_krb5_unload_plugins ( _krb5_unload_plugins (
krb5_context /*context*/, krb5_context /*context*/,
const char */*name*/); const char */*name*/);
krb5_error_code krb5_error_code
_krb5_usage2arcfour ( _krb5_usage2arcfour (
krb5_context /*context*/, krb5_context /*context*/,
unsigned */*usage*/); unsigned */*usage*/);
 End of changes. 2 change blocks. 
1 lines changed or deleted 6 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/