From bac780f7381385863454d3001a58ef37484366ff Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Fri, 17 Apr 2009 18:18:39 +0000 Subject: prototype for ZTranslate It helps if you save your buffer before committing. --- h/zephyr/zephyr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'h') diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h index 077f6c6..c025eaa 100644 --- a/h/zephyr/zephyr.h +++ b/h/zephyr/zephyr.h @@ -239,6 +239,7 @@ Code_t ZReceiveNotice(ZNotice_t *notice, struct sockaddr_in *from); const char *ZGetCharsetString(char *charset); unsigned short ZGetCharset(char *charset); const char *ZCharsetToString(unsigned short charset); +Code_t ZTransliterate(char *in, int inlen, char *inset, char *outset, char **out, int *outlen); #ifdef Z_DEBUG void Z_debug(const char *, ...); #endif -- cgit v1.2.3