2023-02-13 08:48:26 +01:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
|
|
|
|
#ifndef __HARVARD_KYOTO_H
|
|
|
|
#define __HARVARD_KYOTO_H
|
|
|
|
|
2023-10-30 15:35:14 +01:00
|
|
|
#if defined (__cplusplus)
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2023-02-13 08:48:26 +01:00
|
|
|
int encode_harvard_kyoto_to_iast(const char *text, char **out);
|
|
|
|
|
2023-10-30 15:35:14 +01:00
|
|
|
#if defined (__cplusplus)
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2023-02-13 08:48:26 +01:00
|
|
|
#endif /* __HARVARD_KYOTO_H */
|