summaryrefslogtreecommitdiffstats
path: root/contrib/bind9/lib/bind/irs/irp_pr.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind9/lib/bind/irs/irp_pr.c')
-rw-r--r--contrib/bind9/lib/bind/irs/irp_pr.c48
1 files changed, 11 insertions, 37 deletions
diff --git a/contrib/bind9/lib/bind/irs/irp_pr.c b/contrib/bind9/lib/bind/irs/irp_pr.c
index 07d739d..00e69ab 100644
--- a/contrib/bind9/lib/bind/irs/irp_pr.c
+++ b/contrib/bind9/lib/bind/irs/irp_pr.c
@@ -16,7 +16,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "$Id: irp_pr.c,v 1.1.206.1 2004/03/09 08:33:37 marka Exp $";
+static const char rcsid[] = "$Id: irp_pr.c,v 1.2.18.1 2005/04/27 05:01:01 sra Exp $";
#endif /* LIBC_SCCS and not lint */
/* extern */
@@ -69,9 +69,7 @@ static void free_proto(struct protoent *pr);
/* Public */
-
-
-/*
+/*%
* struct irs_pr * irs_irp_pr(struct irs_acc *this)
*
*/
@@ -107,9 +105,7 @@ irs_irp_pr(struct irs_acc *this) {
/* Methods */
-
-
-/*
+/*%
* void pr_close(struct irs_pr *this)
*
*/
@@ -126,9 +122,7 @@ pr_close(struct irs_pr *this) {
memput(this, sizeof *this);
}
-
-
-/*
+/*%
* struct protoent * pr_byname(struct irs_pr *this, const char *name)
*
*/
@@ -177,9 +171,7 @@ pr_byname(struct irs_pr *this, const char *name) {
return (pr);
}
-
-
-/*
+/*%
* struct protoent * pr_bynumber(struct irs_pr *this, int proto)
*
*/
@@ -228,10 +220,7 @@ pr_bynumber(struct irs_pr *this, int proto) {
return (pr);
}
-
-
-
-/*
+/*%
* void pr_rewind(struct irs_pr *this)
*
*/
@@ -260,14 +249,7 @@ pr_rewind(struct irs_pr *this) {
return;
}
-
-
-
-/*
- * struct protoent * pr_next(struct irs_pr *this)
- *
- * Notes:
- *
+/*%
* Prepares the cache if necessary and returns the next item in it.
*
*/
@@ -311,10 +293,7 @@ pr_next(struct irs_pr *this) {
return (pr);
}
-
-
-
-/*
+/*%
* void pr_minimize(struct irs_pr *this)
*
*/
@@ -326,14 +305,7 @@ pr_minimize(struct irs_pr *this) {
irs_irp_disconnect(pvt->girpdata);
}
-
-
-
-
-
-/*
- * static void free_proto(struct protoent *pw);
- *
+/*%
* Deallocate all the memory irp_unmarshall_pr allocated.
*
*/
@@ -351,3 +323,5 @@ free_proto(struct protoent *pr) {
for (p = pr->p_aliases ; p != NULL && *p != NULL ; p++)
free(*p);
}
+
+/*! \file */
OpenPOWER on IntegriCloud