1 #ifndef ODF_H
2 #define ODF_H
3 
4 #include <stdlib.h>
5 #include <stdio.h>
6 #include <glib.h>
7 
8 void print_odf_header(GString *out);
9 void print_odf_footer(GString *out);
10 #endif
11 
12