1 #ifndef PLUGIN_PSICONV_PLUGIN_H
2 #define PLUGIN_PSICONV_PLUGIN_H
3 
4 #include <gnumeric.h>
5 #include <goffice/goffice.h>
6 #include <gsf/gsf-input.h>
7 
8 gboolean psiconv_read_header (GsfInput *input);
9 void	 psiconv_read (GOIOContext *io_context, Workbook *wb, GsfInput *input);
10 
11 #endif /* PLUGIN_PSICONV_PLUGIN_H */
12