From d5d9693ce90c190ca7358b4ac71b9d034603a3ae Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 6 Jun 2004 18:45:08 +0000 Subject: Deleted unused parameters. --- proto/ospf/topology.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/topology.h') diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h index 5baa0c9..55ecb4f 100644 --- a/proto/ospf/topology.h +++ b/proto/ospf/topology.h @@ -44,7 +44,7 @@ struct top_graph unsigned int hash_entries_min, hash_entries_max; }; -struct top_graph *ospf_top_new(pool *, struct proto_ospf *); +struct top_graph *ospf_top_new(pool *); void ospf_top_free(struct top_graph *); void ospf_top_dump(struct top_graph *, struct proto *); struct top_hash_entry *ospf_hash_find_header(struct top_graph *f, -- cgit v1.2.3