/*
 * pln.h: interfaces to read Sheets using a Plan Perfect encoding.
 * Based upon ff-csv.h
 *
 * Kevin Handy <kth@srv.net>
 *
 * $Id$
 */

#ifndef GNUMERIC_PLN_H
#define GNUMERIC_PLN_H

#include "sheet.h"
#include <goffice/goffice.h>

PluginInitResult       init_plugin (GOCmdContext *context, PluginData *pd);

#endif /* GNUMERIC_PLN_H */
