/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __VELTHUIS_H #define __VELTHUIS_H #if defined (__cplusplus) extern "C" { #endif int encode_velthuis_to_iast(const char *text, char **out); int encode_iast_to_velthuis(const char *text, char **out); #if defined (__cplusplus) } #endif #endif /* __VELTHUIS_H */