diff options
Diffstat (limited to 'core/save-html.h')
-rw-r--r-- | core/save-html.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/save-html.h b/core/save-html.h index 0868213e1..df3bb97af 100644 --- a/core/save-html.h +++ b/core/save-html.h @@ -2,13 +2,14 @@ #ifndef HTML_SAVE_H #define HTML_SAVE_H -#include "dive.h" #include "membuffer.h" #ifdef __cplusplus extern "C" { #endif +struct dive; + void put_HTML_date(struct membuffer *b, struct dive *dive, const char *pre, const char *post); void put_HTML_depth(struct membuffer *b, struct dive *dive, const char *pre, const char *post); void put_HTML_airtemp(struct membuffer *b, struct dive *dive, const char *pre, const char *post); |