]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - zephyr/zhm/zhm_client.c
r4275@bucket (orig r265): kcr | 2008-01-21 02:57:32 -0500
[1ts-debian.git] / zephyr / zhm / zhm_client.c
index 0da6bee72936d4c234aad40c545c15782ab2f612..0c5b68efd505a0a26dd8c1d8af1d469e9fa46910 100644 (file)
 
 #ifndef lint
 #ifndef SABER
-static char rcsid_hm_client_c[] = "$Id$";
+static const char rcsid_hm_client_c[] = "$Id$";
 #endif /* SABER */
 #endif /* lint */
 
 extern int no_server, nclt, deactivated, noflushflag;
 extern struct sockaddr_in cli_sin, serv_sin, from;
 
-void transmission_tower(notice, packet, pak_len)
-     ZNotice_t *notice;
-     char *packet;
-     int pak_len;
+extern void send_flush_notice(char *);
+extern void new_server(char *sugg_serv);
+
+void transmission_tower(ZNotice_t *notice,
+                       char *packet,
+                       int pak_len)
 {
     ZNotice_t gack;
     Code_t ret;
@@ -84,8 +86,7 @@ void transmission_tower(notice, packet, pak_len)
 }
 
 Code_t
-send_outgoing(notice)
-ZNotice_t *notice;
+send_outgoing(ZNotice_t *notice)
 {
     Code_t retval;
     char *packet;