diff options
Diffstat (limited to 'src/bplist.c')
| -rw-r--r-- | src/bplist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bplist.c b/src/bplist.c index 181c150..bb3465b 100644 --- a/src/bplist.c +++ b/src/bplist.c | |||
| @@ -599,7 +599,7 @@ static void* copy_plist_data(const void* src) | |||
| 599 | return dstdata; | 599 | return dstdata; |
| 600 | } | 600 | } |
| 601 | 601 | ||
| 602 | void plist_from_bin(const char *plist_bin, uint32_t length, plist_t * plist) | 602 | PLIST_API void plist_from_bin(const char *plist_bin, uint32_t length, plist_t * plist) |
| 603 | { | 603 | { |
| 604 | char *trailer = NULL; | 604 | char *trailer = NULL; |
| 605 | 605 | ||
| @@ -1095,7 +1095,7 @@ static uint16_t *plist_utf8_to_utf16(char *unistr, long size, long *items_read, | |||
| 1095 | 1095 | ||
| 1096 | } | 1096 | } |
| 1097 | 1097 | ||
| 1098 | void plist_to_bin(plist_t plist, char **plist_bin, uint32_t * length) | 1098 | PLIST_API void plist_to_bin(plist_t plist, char **plist_bin, uint32_t * length) |
| 1099 | { | 1099 | { |
| 1100 | ptrarray_t* objects = NULL; | 1100 | ptrarray_t* objects = NULL; |
| 1101 | hashtable_t* ref_table = NULL; | 1101 | hashtable_t* ref_table = NULL; |
