linphone-desktop/external/ispell/libispell.h
2025-06-14 11:54:23 +07:00

5 lines
135 B
C

#include "ispell.h"
extern "C" {
int bc_spell_checker (const char * dicts_folder, const char * locale, int read_fd, int write_fd);
}