summaryrefslogtreecommitdiff
path: root/server/zserver.h
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1988-10-19 18:46:22 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1988-10-19 18:46:22 +0000
commit7d1baf3bc7a2a7bde7c0f562730de45deb54abe6 (patch)
treed65d02b113acd3ef300f7088ff492c67889e497d /server/zserver.h
parent784613fe872a8562344a8e0929f6da3438bc943d (diff)
Used zsyslog.h; declared error_message(); added hostm_lose_ignore().
Diffstat (limited to 'server/zserver.h')
-rw-r--r--server/zserver.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/server/zserver.h b/server/zserver.h
index bb83fd7..5fd8b59 100644
--- a/server/zserver.h
+++ b/server/zserver.h
@@ -26,7 +26,7 @@
#include <zephyr/acl.h>
#include <sys/file.h>
-#include <syslog.h>
+#include <zephyr/zsyslog.h>
#include <strings.h>
#include <signal.h>
#ifdef lint
@@ -187,6 +187,7 @@ extern ZHostList_t *hostm_find_host();
extern ZServerDesc_t *hostm_find_server();
extern void hostm_transfer(), hostm_deathgram(), hostm_dump_hosts();
extern Code_t hostm_dispatch();
+extern void hostm_lose_ignore();
/* found in server.c */
extern void server_timo(), server_recover(), server_dump_servers();
@@ -214,6 +215,9 @@ extern Code_t ulogin_dispatch(), ulocate_dispatch(), uloc_send_locations();
char *malloc(), *realloc();
long random();
+/* From the Error table library */
+char *error_message();
+
/* global identifiers */
/* found in main.c */