#ifndef ODF_H #define ODF_H #include #include #include void print_odf_header(GString *out); void print_odf_footer(GString *out); #endif