From 3bbec09537ba319a377be133ecaba1554743a07a Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sun, 9 Aug 2009 18:42:32 +0000 Subject: it is the TWENTY-FIRST CENTURY, we can STOP USING K&R --- server/class.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'server/class.c') diff --git a/server/class.c b/server/class.c index 63e4cbc..2f91934 100644 --- a/server/class.c +++ b/server/class.c @@ -80,13 +80,11 @@ static const char rcsid_class_c[] = static Triplet *triplet_bucket[HASHSIZE]; /* the hash table of pointers */ -static Code_t remove_client __P((Triplet *triplet, Client *client, - ZRealm *realm)); -static Code_t insert_client __P((Triplet *triplet, Client *client, - ZRealm *realm)); -static Triplet *triplet_alloc __P((String *classname, String *inst, - String *recipient)); -static void free_triplet __P((Triplet *)); +static Code_t remove_client(Triplet *triplet, Client *client, ZRealm *realm); +static Code_t insert_client(Triplet *triplet, Client *client, ZRealm *realm); +static Triplet *triplet_alloc(String *classname, String *inst, + String *recipient); +static void free_triplet(Triplet *); /* public routines */ -- cgit v1.2.3