diff options
| author | 2009-02-15 17:15:29 +0100 | |
|---|---|---|
| committer | 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; | |||
| 49 | plist_t plist_new_node(plist_data_t data); | 49 | plist_t plist_new_node(plist_data_t data); |
| 50 | plist_data_t plist_get_data(const plist_t node); | 50 | plist_data_t plist_get_data(const plist_t node); |
| 51 | plist_data_t plist_new_plist_data(); | 51 | plist_data_t plist_new_plist_data(); |
| 52 | 52 | gboolean plist_data_compare(gconstpointer a, gconstpointer b); | |
| 53 | 53 | ||
| 54 | 54 | ||
| 55 | #endif | 55 | #endif |
