From 4c5f93d76bd0636407a185c175fe73411ae79a32 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Mon, 5 Jun 2000 17:13:36 +0000 Subject: Better documentation. There are functions whose description is good when reading source but whose documentation does not belong to progdocs. --- proto/rip/auth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/rip/auth.c') diff --git a/proto/rip/auth.c b/proto/rip/auth.c index f1a3204..c23872b 100644 --- a/proto/rip/auth.c +++ b/proto/rip/auth.c @@ -26,7 +26,7 @@ #define PACKETLEN(num) (num * sizeof(struct rip_block) + sizeof(struct rip_packet_heading)) -/** +/* * rip_incoming_authentication - check authentication of incomming packet and return 1 if there's problem. */ int @@ -110,7 +110,7 @@ rip_incoming_authentication( struct proto *p, struct rip_block_auth *block, stru return 0; } -/** +/* * rip_outgoing_authentication - append authentication information to the packet. * %num: number of rip_blocks already in packets. This function returns size of packet to send. */ -- cgit v1.2.3