Fix missing symbols.
This commit is contained in:
@@ -3,32 +3,38 @@ HEIMDAL_BASE_1.0 {
|
|||||||
heim_abort;
|
heim_abort;
|
||||||
heim_alloc;
|
heim_alloc;
|
||||||
heim_array_append_value;
|
heim_array_append_value;
|
||||||
heim_array_get_value;
|
|
||||||
heim_array_create;
|
heim_array_create;
|
||||||
heim_array_delete_value;
|
heim_array_delete_value;
|
||||||
heim_array_get_length;
|
heim_array_get_length;
|
||||||
|
heim_array_get_type_id;
|
||||||
|
heim_array_get_value;
|
||||||
heim_array_iterate_f;
|
heim_array_iterate_f;
|
||||||
heim_auto_release;
|
heim_auto_release;
|
||||||
heim_auto_release_create;
|
heim_auto_release_create;
|
||||||
heim_auto_release_drain;
|
heim_auto_release_drain;
|
||||||
heim_base_once_f;
|
heim_base_once_f;
|
||||||
heim_cmp;
|
heim_cmp;
|
||||||
heim_dict_get_value;
|
|
||||||
heim_dict_create;
|
heim_dict_create;
|
||||||
heim_dict_delete_key;
|
heim_dict_delete_key;
|
||||||
heim_dict_set_value;
|
heim_dict_get_type_id;
|
||||||
|
heim_dict_get_value;
|
||||||
heim_dict_iterate_f;
|
heim_dict_iterate_f;
|
||||||
heim_release;
|
heim_dict_set_value;
|
||||||
heim_retain;
|
|
||||||
heim_string_create;
|
|
||||||
heim_string_create_with_bytes;
|
|
||||||
heim_string_get_utf8;
|
|
||||||
heim_number_create;
|
|
||||||
heim_error_append;
|
heim_error_append;
|
||||||
|
heim_error_copy_string;
|
||||||
heim_error_create;
|
heim_error_create;
|
||||||
heim_error_createv;
|
heim_error_createv;
|
||||||
heim_error_get_code;
|
heim_error_get_code;
|
||||||
heim_error_copy_string;
|
heim_get_tid;
|
||||||
|
heim_json_create_with_bytes;
|
||||||
|
heim_number_create;
|
||||||
|
heim_number_get_int;
|
||||||
|
heim_release;
|
||||||
|
heim_retain;
|
||||||
|
__heim_string_constant;
|
||||||
|
heim_string_create;
|
||||||
|
heim_string_create_with_bytes;
|
||||||
|
heim_string_get_utf8;
|
||||||
local:
|
local:
|
||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
@@ -43,6 +43,11 @@ struct perf {
|
|||||||
struct perf *next;
|
struct perf *next;
|
||||||
} *ptop;
|
} *ptop;
|
||||||
|
|
||||||
|
#ifdef SUPPORT_DETACH
|
||||||
|
int detach_from_console = -1;
|
||||||
|
#define DETACH_IS_DEFAULT FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
static krb5_kdc_configuration *kdc_config;
|
static krb5_kdc_configuration *kdc_config;
|
||||||
static krb5_context kdc_context;
|
static krb5_context kdc_context;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user