X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;h=0116a1cf78a3d07ac4da2ccbe725de15f7e35d9e;hb=4891fa812f04da1f46075433d28fa0f33145e125;hp=cf11e1f89384bb34176e9eb5c14879cb89f73be1;hpb=38ccc152140d03b6df1de587a8887663886fff7b;p=ext%2Fsubsurface.git diff --git a/dive.h b/dive.h index cf11e1f..0116a1c 100644 --- a/dive.h +++ b/dive.h @@ -5,6 +5,7 @@ #include #include +#include /* * Some silly typedefs to make our units very explicit. @@ -83,7 +84,7 @@ typedef struct { typedef struct { cylinder_type_t type; struct gasmix gasmix; - pressure_t start, end; + pressure_t start, end, sample_start, sample_end; } cylinder_t; extern int get_pressure_units(unsigned int mb, const char **units); @@ -253,6 +254,10 @@ extern void parse_xml_init(void); extern void parse_xml_file(const char *filename, GError **error); extern void set_filename(const char *filename); +#ifdef XSLT +extern xmlDoc *test_xslt_transforms(xmlDoc *doc); +#endif + extern void show_dive_info(struct dive *); extern void flush_dive_info_changes(struct dive *);