summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-05-05 04:01:12 +0200
committerGravatar Nikias Bassen2024-05-05 04:01:12 +0200
commite6d8c0b9d53e5f3c9100cfc8c88626be45c98b85 (patch)
treead589b4a6e8a7ae9380890388cf61497933e2314 /src/common.h
parent0548d9f20d2937d1e122d0b405cb60219ec4fa0f (diff)
downloadidevicerestore-master.tar.gz
idevicerestore-master.tar.bz2
Updated to use libplist 2.5.0 APIHEADmaster
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/common.h b/src/common.h
index 9b3c1e3..766a385 100644
--- a/src/common.h
+++ b/src/common.h
@@ -191,14 +191,6 @@ char* realpath(const char *filename, char *resolved_name);
void get_user_input(char *buf, int maxlen, int secure);
-uint8_t _plist_dict_get_bool(plist_t dict, const char *key);
-uint64_t _plist_dict_get_uint(plist_t dict, const char *key);
-int _plist_dict_copy_uint(plist_t target_dict, plist_t source_dict, const char *key, const char *alt_source_key);
-int _plist_dict_copy_bool(plist_t target_dict, plist_t source_dict, const char *key, const char *alt_source_key);
-int _plist_dict_copy_data(plist_t target_dict, plist_t source_dict, const char *key, const char *alt_source_key);
-int _plist_dict_copy_string(plist_t target_dict, plist_t source_dict, const char *key, const char *alt_source_key);
-int _plist_dict_copy_item(plist_t target_dict, plist_t source_dict, const char *key, const char *alt_source_key);
-
const char* path_get_basename(const char* path);
#ifdef __cplusplus