1 #ifndef FTS_LIBRARY_H
2 #define FTS_LIBRARY_H
3 
4 void fts_library_init(void);
5 void fts_library_deinit(void);
6 
7 #endif
8