summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
Diffstat (limited to 'h')
-rw-r--r--h/zephyr/zephyr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index 9dab437..a19f050 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -234,6 +234,8 @@ Code_t ZUnsubscribeTo(ZSubscription_t *sublist, int nitems,
Code_t ZCancelSubscriptions(unsigned int port);
int ZPending(void);
Code_t ZReceiveNotice(ZNotice_t *notice, struct sockaddr_in *from);
+unsigned short ZGetCharset(char *charset);
+const char *ZCharsetToString(unsigned short charset);
#ifdef Z_DEBUG
void Z_debug(const char *, ...);
#endif