summaryrefslogtreecommitdiffstats
path: root/proto/rip/auth.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-06-05 19:13:36 +0200
committerPavel Machek <pavel@ucw.cz>2000-06-05 19:13:36 +0200
commit4c5f93d76bd0636407a185c175fe73411ae79a32 (patch)
tree18151aa0649e0b85131c2d4c055db0ff6c6ea9b4 /proto/rip/auth.c
parent22080a8640f268247a4cf74c9e76f958a05c4b69 (diff)
downloadbird-4c5f93d76bd0636407a185c175fe73411ae79a32.tar
bird-4c5f93d76bd0636407a185c175fe73411ae79a32.zip
Better documentation. There are functions whose description is good when
reading source but whose documentation does not belong to progdocs.
Diffstat (limited to 'proto/rip/auth.c')
-rw-r--r--proto/rip/auth.c4
1 files changed, 2 insertions, 2 deletions
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.
*/