diff options
Diffstat (limited to 'src/xplist.c')
| -rw-r--r-- | src/xplist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xplist.c b/src/xplist.c index a0ab6d3..481da5d 100644 --- a/src/xplist.c +++ b/src/xplist.c | |||
| @@ -529,7 +529,7 @@ static int node_estimate_size(node_t node, uint64_t *size, uint32_t depth) | |||
| 529 | return PLIST_ERR_SUCCESS; | 529 | return PLIST_ERR_SUCCESS; |
| 530 | } | 530 | } |
| 531 | 531 | ||
| 532 | PLIST_API plist_err_t plist_to_xml(plist_t plist, char **plist_xml, uint32_t * length) | 532 | plist_err_t plist_to_xml(plist_t plist, char **plist_xml, uint32_t * length) |
| 533 | { | 533 | { |
| 534 | uint64_t size = 0; | 534 | uint64_t size = 0; |
| 535 | int res; | 535 | int res; |
| @@ -1471,7 +1471,7 @@ err_out: | |||
| 1471 | return PLIST_ERR_SUCCESS; | 1471 | return PLIST_ERR_SUCCESS; |
| 1472 | } | 1472 | } |
| 1473 | 1473 | ||
| 1474 | PLIST_API plist_err_t plist_from_xml(const char *plist_xml, uint32_t length, plist_t * plist) | 1474 | plist_err_t plist_from_xml(const char *plist_xml, uint32_t length, plist_t * plist) |
| 1475 | { | 1475 | { |
| 1476 | if (!plist) { | 1476 | if (!plist) { |
| 1477 | return PLIST_ERR_INVALID_ARG; | 1477 | return PLIST_ERR_INVALID_ARG; |
