diff options
| author | 2008-08-05 23:25:35 -0700 | |
|---|---|---|
| committer | 2008-08-05 23:28:10 -0700 | |
| commit | 25e85bf5362b6f4c1878665c6037fdbfdc25c155 (patch) | |
| tree | 437979cdb4b9a7958a3d891d6a39a7be2bf61d17 /src/plist.h | |
| parent | 4b558a53f61005b0ca49665d2da92303f6e14872 (diff) | |
| download | libimobiledevice-25e85bf5362b6f4c1878665c6037fdbfdc25c155.tar.gz libimobiledevice-25e85bf5362b6f4c1878665c6037fdbfdc25c155.tar.bz2 | |
Zack's final changes to the pairing.
Diffstat (limited to 'src/plist.h')
| -rw-r--r-- | src/plist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plist.h b/src/plist.h index a2f558e..db014ca 100644 --- a/src/plist.h +++ b/src/plist.h | |||
| @@ -33,4 +33,5 @@ void free_plist(xmlDocPtr plist); | |||
| 33 | xmlDocPtr new_plist(); | 33 | xmlDocPtr new_plist(); |
| 34 | char **read_dict_element_strings(xmlNode *dict); | 34 | char **read_dict_element_strings(xmlNode *dict); |
| 35 | void free_dictionary(char **dictionary); | 35 | void free_dictionary(char **dictionary); |
| 36 | char **read_dict_element_strings(xmlNode *dict); | ||
| 36 | #endif | 37 | #endif |
