summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-04-17 18:18:39 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-04-17 18:18:39 +0000
commitbac780f7381385863454d3001a58ef37484366ff (patch)
tree4dfd04b468e3c2bfed4d9f2d99d1f3a140ac7474 /h
parent7c412165256f54ea5e499868d9ab48cd9f442147 (diff)
prototype for ZTranslate
It helps if you save your buffer before committing.
Diffstat (limited to 'h')
-rw-r--r--h/zephyr/zephyr.h1
1 files changed, 1 insertions, 0 deletions
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