Undo: fix problem with col widths after paste undo.
[gnumeric.git] / plugins / applix / applix.h
bloba298ebbe22f1152f189a63324c65076046206e1b
1 #ifndef PLUGIN_APPLIX_H
2 #define PLUGIN_APPLIX_H
4 #include <gnumeric.h>
6 void applix_read (GOIOContext *io_context, WorkbookView *wbv, GsfInput *src);
7 void applix_write (GOIOContext *io_context, WorkbookView const *wbv,
8 GsfOutput *sink);
10 #endif /* PLUGIN_APPLIX_H */