diff options
Diffstat (limited to 'atascii.h')
-rw-r--r-- | atascii.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,4 +39,6 @@ extern int atascii_context_init(atascii_ctx *ctx, int mode, int flags); */ extern char *atascii_a2utf(atascii_ctx *ctx, int src, char *dest); +extern const char *atascii_finish(atascii_ctx *ctx); + #endif |