Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 954e6227a8fe42484381bccf3d24abbf > files > 25

mmorph-debug-2.3.4.2-8mdv2009.0.i586.rpm

/*
    mmorph, MULTEXT morphology tool
    Version 2.3, October 1995
    Copyright (c) 1994,1995 ISSCO/SUISSETRA, Geneva, Switzerland
    Dominique Petitpierre, <petitp@divsun.unige.ch>
*/
#ifndef tfs_h
#define tfs_h

extern int  add_tfs();
extern void open_tfs_file();
extern void tfs_table_init();
extern void tfs_table_write();
extern void dump_tfs_table();
extern s_tfs *tfs_table;

#endif	/* tfs_h */