summaryrefslogtreecommitdiffstats
path: root/common/userpref.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-09-19 20:11:41 +0200
committerGravatar Martin Szulecki2013-09-19 20:11:41 +0200
commitb811fbb05b1a466a96c6987f299f3b4e09bfb7eb (patch)
treef88271839da710f19c17d00405d844cff295f9c4 /common/userpref.h
parent96ef86cc9b61250e2d8a31ba85155a29db6023da (diff)
downloadlibimobiledevice-b811fbb05b1a466a96c6987f299f3b4e09bfb7eb.tar.gz
libimobiledevice-b811fbb05b1a466a96c6987f299f3b4e09bfb7eb.tar.bz2
userpref: Use system wide pair record path and add config directory getter
Diffstat (limited to 'common/userpref.h')
-rw-r--r--common/userpref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/userpref.h b/common/userpref.h
index da9d454..07fed8d 100644
--- a/common/userpref.h
+++ b/common/userpref.h
@@ -84,6 +84,7 @@ LIBIMOBILEDEVICE_INTERNAL int userpref_has_device_record(const char *udid);
userpref_error_t userpref_get_paired_udids(char ***list, unsigned int *count);
void userpref_device_record_get_host_id(const char *udid, char **host_id);
void userpref_get_system_buid(char **system_buid);
+const char *userpref_get_config_dir();
userpref_error_t userpref_get_device_record(const char *udid, plist_t *device_record);
int userpref_get_value(const char *key, plist_t *value);