Clipboard: check mime type before pasting image.
[gnumeric.git] / src / stf.h
blob609c82472c8d739de9415a68b991e7998e7cfca2
1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 #ifndef _GNM_STF_H_
3 # define _GNM_STF_H_
5 #include <gnumeric.h>
7 G_BEGIN_DECLS
9 void stf_init (void);
10 void stf_shutdown (void);
11 void stf_text_to_columns (WorkbookControl *wbc, GOCmdContext *cc);
13 G_END_DECLS
15 #endif /* _GNM_STF_H_ */