diff options
Diffstat (limited to 'test/plist_cmp.c')
| -rw-r--r-- | test/plist_cmp.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/plist_cmp.c b/test/plist_cmp.c index dcf961f..af54c4c 100644 --- a/test/plist_cmp.c +++ b/test/plist_cmp.c | |||
| @@ -43,12 +43,7 @@ static plist_t plist_get_next_sibling(plist_t node) | |||
| 43 | return (plist_t) g_node_next_sibling((GNode *) node); | 43 | return (plist_t) g_node_next_sibling((GNode *) node); |
| 44 | } | 44 | } |
| 45 | 45 | ||
| 46 | static plist_t plist_get_prev_sibling(plist_t node) | 46 | static char compare_plist(plist_t node_l, plist_t node_r) |
| 47 | { | ||
| 48 | return (plist_t) g_node_prev_sibling((GNode *) node); | ||
| 49 | } | ||
| 50 | |||
| 51 | char compare_plist(plist_t node_l, plist_t node_r) | ||
| 52 | { | 47 | { |
| 53 | plist_t cur_l = NULL; | 48 | plist_t cur_l = NULL; |
| 54 | plist_t cur_r = NULL; | 49 | plist_t cur_r = NULL; |
