diff options
| author | 2014-10-03 15:39:47 +0200 | |
|---|---|---|
| committer | 2014-10-03 15:39:47 +0200 | |
| commit | 62813daf2c4aaec675652d9c1131a58dfa634e38 (patch) | |
| tree | 4427398d97f1295996410fc3dbf86c6de8bf873c /src/bplist.c | |
| parent | eab599c151617eef9035343fd63591fa4d09bd3e (diff) | |
| download | libplist-62813daf2c4aaec675652d9c1131a58dfa634e38.tar.gz libplist-62813daf2c4aaec675652d9c1131a58dfa634e38.tar.bz2 | |
Avoid exporting non-public symbols
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; |
