2020-10-16 09:00:05 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
|
|
|
|
#ifndef __VELTHUIS_H
|
|
|
|
#define __VELTHUIS_H
|
|
|
|
|
2021-03-12 18:51:09 +01:00
|
|
|
int encode_velthuis_to_iast_punctation(const char *text, char **out);
|
2020-10-16 09:00:05 +02:00
|
|
|
|
|
|
|
#endif /* __VELTHUIS_H */
|