diff options
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -525,6 +525,8 @@ extern void parse_xml_buffer(const char *url, const char *buf, int size, struct extern void parse_xml_exit(void); extern void set_filename(const char *filename, gboolean force); +extern int parse_dm4_buffer(const char *url, const char *buf, int size, struct dive_table *table, GError **error); + extern void parse_file(const char *filename, GError **error, gboolean possible_default_filename); extern void show_dive_info(struct dive *); |