Plug leaks.
[gnumeric.git] / plugins / plan-perfect / pln.h
blob5fea4186410d195c0c3363ff4f2d4f080cab5b46
1 /*
2 * pln.h: interfaces to read Sheets using a Plan Perfect encoding.
3 * Based upon ff-csv.h
5 * Kevin Handy <kth@srv.net>
7 * $Id$
8 */
10 #ifndef GNUMERIC_PLN_H
11 #define GNUMERIC_PLN_H
13 #include "sheet.h"
14 #include <goffice/goffice.h>
16 PluginInitResult init_plugin (GOCmdContext *context, PluginData *pd);
18 #endif /* GNUMERIC_PLN_H */