2018-04-25 19:30:49 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
|
2018-04-25 18:11:56 +02:00
|
|
|
#ifndef __IAST_H
|
|
|
|
#define __IAST_H
|
|
|
|
|
|
|
|
#include "transliteration.h"
|
|
|
|
|
2020-01-01 16:33:27 +01:00
|
|
|
struct translit_context *get_iast_transliteration_context();
|
2018-04-25 18:11:56 +02:00
|
|
|
|
|
|
|
#endif /* __IAST_H */
|