From ff385ade8355ce6c685bbabd83c550fbb3c58f82 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sun, 15 Mar 2009 18:39:20 +0000 Subject: charset in zwrite, incomplete in zwgc --- h/zephyr/zephyr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'h') 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 -- cgit v1.2.3