1
#ifndef __FILEIO_H__
2
#define __FILEIO_H__
3
4
G_BEGIN_DECLS
5
6
void plover__file_io_init(void);
7
8
G_END_DECLS
9
10
#endif /* __FILEIO_H__ */