summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2009-03-15 22:13:16 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2009-03-15 22:13:16 +0000
commit60cd1ff0635fdeda3c5a2cafee2d9a53f82cae0d (patch)
tree7f8851bf643853330db8bced3cf04e232051a22c /h/zephyr
parentff385ade8355ce6c685bbabd83c550fbb3c58f82 (diff)
cmu/zwgcplus changes
Diffstat (limited to 'h/zephyr')
-rw-r--r--h/zephyr/zephyr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index a19f050..2c6a543 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -239,6 +239,7 @@ const char *ZCharsetToString(unsigned short charset);
#ifdef Z_DEBUG
void Z_debug(const char *, ...);
#endif
+char *ZExpandRealm(char *realm);
/* Compatibility */
#define ZNewLocateUser ZLocateUser
@@ -251,7 +252,7 @@ struct sockaddr_in ZGetDestAddr (void);
#ifdef Z_DEBUG
-void ZSetDebug ZP((void (*)(const char *, va_list, void *), void *));
+void ZSetDebug (void (*)(const char *, va_list, void *), void *);
#define ZSetDebug(proc,closure) (__Z_debug_print=(proc), \
__Z_debug_print_closure=(closure), \
(void) 0)