10 lines
186 B
C
10 lines
186 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
#ifndef __IAST_H
|
|
#define __IAST_H
|
|
|
|
#include "transliteration.h"
|
|
|
|
struct translit_letter *get_iast_transliteration_table();
|
|
|
|
#endif /* __IAST_H */
|