8 lines
173 B
C
8 lines
173 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
#ifndef __CZECH_H
|
|
#define __CZECH_H
|
|
|
|
int transcript_devanagari_to_czech(const char *devanagari, char **ret);
|
|
|
|
#endif /* __CZECH_H */
|