summaryrefslogtreecommitdiff
path: root/server/zserver.h
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1987-11-09 06:55:12 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1987-11-09 06:55:12 +0000
commit6ce36f2f92233b9c6d5b980add16f4f74f7e28fb (patch)
treed6261e5f53580eab5e3c5d77748043d6832cae50 /server/zserver.h
parent018c620564fcd883d714cf9f790b5979015856b3 (diff)
add class_free, uloc_flush_client, WILDCARD_INSTANCE declarations
Diffstat (limited to 'server/zserver.h')
-rw-r--r--server/zserver.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/zserver.h b/server/zserver.h
index c3c8611..90e69e9 100644
--- a/server/zserver.h
+++ b/server/zserver.h
@@ -144,6 +144,7 @@ extern ZClientList_t *class_lookup();
extern ZAcl_t *class_get_acl();
extern int class_is_control(), class_is_admin(), class_is_hm();
extern int class_is_ulogin(), class_is_uloc();
+extern void class_free();
/* found in client_s.c */
extern Code_t client_register();
@@ -176,6 +177,7 @@ extern void subscr_free_list(), subscr_cancel_client(), subscr_sendlist();
/* found in uloc_s.c */
extern void ulogin_dispatch(), ulocate_dispatch(), uloc_hflush();
+extern void uloc_flush_client();
extern Code_t uloc_send_locations();
/* found in zctl.c */
@@ -285,6 +287,8 @@ extern char *pktypes[]; /* names of the packet types */
/* the magic class to match all packets */
#define MATCHALL_CLASS "zmatch_all"
+/* the instance that matches all instances */
+#define WILDCARD_INSTANCE "*"
/* ACL's for pre-registered classes */
#define ZEPHYR_ACL_DIR "/usr/athena/lib/zephyr/"