From 3017fb3605d59cb41c4def4ffd0b7f967f99315d Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sun, 20 Jan 2008 19:40:42 +0000 Subject: first pass de-K&Rify lib --- lib/ZhmStat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/ZhmStat.c') diff --git a/lib/ZhmStat.c b/lib/ZhmStat.c index 916db54..f6e764c 100644 --- a/lib/ZhmStat.c +++ b/lib/ZhmStat.c @@ -17,9 +17,9 @@ #define INADDR_LOOPBACK 0x7f000001 #endif -Code_t ZhmStat(hostaddr, notice) - struct in_addr *hostaddr; - ZNotice_t *notice; +Code_t +ZhmStat(struct in_addr *hostaddr, + ZNotice_t *notice) { struct servent *sp; struct sockaddr_in sin; -- cgit v1.2.3