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