diff options
author | Nikias Bassen | 2010-05-28 16:50:53 +0200 |
---|---|---|
committer | Nikias Bassen | 2010-05-28 17:00:34 +0200 |
commit | bd72b013546ec8fe9f88916e98e34501b7ca38e7 (patch) | |
tree | 7568553d521e8955715bb2393de031df2ea681dd /src/userpref.h | |
parent | a941e78cb66222af6016726aca9c9eba254e155d (diff) | |
download | libimobiledevice-bd72b013546ec8fe9f88916e98e34501b7ca38e7.tar.gz libimobiledevice-bd72b013546ec8fe9f88916e98e34501b7ca38e7.tar.bz2 |
userpref: new internal function userpref_get_paired_uuids
Diffstat (limited to 'src/userpref.h')
-rw-r--r-- | src/userpref.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/userpref.h b/src/userpref.h index 48b8969..d6952d3 100644 --- a/src/userpref.h +++ b/src/userpref.h @@ -40,6 +40,7 @@ G_GNUC_INTERNAL userpref_error_t userpref_get_certs_as_pem(gnutls_datum_t *pem_r G_GNUC_INTERNAL userpref_error_t userpref_set_device_public_key(const char *uuid, gnutls_datum_t public_key); G_GNUC_INTERNAL userpref_error_t userpref_remove_device_public_key(const char *uuid); G_GNUC_INTERNAL int userpref_has_device_public_key(const char *uuid); +userpref_error_t userpref_get_paired_uuids(char ***list, unsigned int *count); G_GNUC_INTERNAL void userpref_get_host_id(char **host_id); #endif |