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