summaryrefslogtreecommitdiff
path: root/server/zserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/zserver.h')
-rw-r--r--server/zserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/zserver.h b/server/zserver.h
index 2b5a908..3f195f6 100644
--- a/server/zserver.h
+++ b/server/zserver.h
@@ -274,6 +274,7 @@ Code_t client_send_clients(void);
char *strsave(const char *str);
unsigned long hash (const char *);
void dump_quote(char *p, FILE *fp);
+void notice_extract_address(ZNotice_t *notice, struct sockaddr_in *addr);
/* found in dispatch.c */
void handle_packet(void);