2018-04-28 13:54:25 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
|
|
|
|
#ifndef __IAST_CZECH_H
|
|
|
|
#define __IAST_CZECH_H
|
|
|
|
|
|
|
|
#include "transliteration.h"
|
|
|
|
|
2018-05-20 08:29:33 +02:00
|
|
|
const struct transliteration_context *get_iast_czech_transliteration_context();
|
2018-04-28 13:54:25 +02:00
|
|
|
|
|
|
|
#endif /* __IAST_CZECH_H */
|