Move plugin init code
[gnumeric.git] / src / stf.h
blob1c75c75b5e1677319181d0e9733c6cbcf60ad7c5
1 #ifndef _GNM_STF_H_
2 # define _GNM_STF_H_
4 #include <gnumeric.h>
6 G_BEGIN_DECLS
8 void stf_init (void);
9 void stf_shutdown (void);
10 void stf_text_to_columns (WorkbookControl *wbc, GOCmdContext *cc);
12 G_END_DECLS
14 #endif /* _GNM_STF_H_ */