diff options
author | Jonathan Beck | 2009-02-15 17:15:29 +0100 |
---|---|---|
committer | Jonathan Beck | 2009-02-15 17:15:29 +0100 |
commit | bb3097cb2266b55719b955c93d09a0e2d6f8eccb (patch) | |
tree | 478a6dd7b31b1640d79bc645052fc9843cc74ca1 /src/plist.h | |
parent | 8e9eb83c2a8cd3b6a6d1943043f1d3b674e82de4 (diff) | |
download | libplist-bb3097cb2266b55719b955c93d09a0e2d6f8eccb.tar.gz libplist-bb3097cb2266b55719b955c93d09a0e2d6f8eccb.tar.bz2 |
Add more regression test and fix Integer and Real type handling.
Diffstat (limited to 'src/plist.h')
-rw-r--r-- | src/plist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plist.h b/src/plist.h index 4bb97e3..83c63bf 100644 --- a/src/plist.h +++ b/src/plist.h @@ -49,7 +49,7 @@ typedef struct plist_data_s *plist_data_t; plist_t plist_new_node(plist_data_t data); plist_data_t plist_get_data(const plist_t node); plist_data_t plist_new_plist_data(); - +gboolean plist_data_compare(gconstpointer a, gconstpointer b); #endif |