/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __IAST_H #define __IAST_H #include "transliteration.h" struct translit_context *get_iast_transliteration_context(); #endif /* __IAST_H */