summaryrefslogtreecommitdiffstats
path: root/src/userpref.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2010-05-28 16:50:53 +0200
committerGravatar Martin Szulecki2010-06-20 16:37:23 +0200
commit61a16c34ef764497a5794dbc7726ba191619dd3e (patch)
treeccb135784610bfa6325c2926b481717a726544da /src/userpref.h
parentae1c132643302c454bad243297f4e00e098e2422 (diff)
downloadlibimobiledevice-61a16c34ef764497a5794dbc7726ba191619dd3e.tar.gz
libimobiledevice-61a16c34ef764497a5794dbc7726ba191619dd3e.tar.bz2
userpref: new internal function userpref_get_paired_uuids
Diffstat (limited to 'src/userpref.h')
-rw-r--r--src/userpref.h1
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