summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2009-03-15 18:39:20 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2009-03-15 18:39:20 +0000
commitff385ade8355ce6c685bbabd83c550fbb3c58f82 (patch)
treee4b064412a940072b9910e23be6bda6947166efe /h
parentb3e575112d05c12cb7f3ef280bd268e18744f8ed (diff)
charset in zwrite, incomplete in zwgc
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