summaryrefslogtreecommitdiff
path: root/lib/ZhmStat.c
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2008-01-20 19:40:42 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2008-01-20 19:40:42 +0000
commit3017fb3605d59cb41c4def4ffd0b7f967f99315d (patch)
treec690b0c00d780759eb48d8f11af30d429a916382 /lib/ZhmStat.c
parentf87e7cd5f4295337f9bc07895c3e2a43c5c65a94 (diff)
first pass de-K&Rify lib
Diffstat (limited to 'lib/ZhmStat.c')
-rw-r--r--lib/ZhmStat.c6
1 files changed, 3 insertions, 3 deletions
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;