diff options
author | aaron <> | 2001-04-03 20:09:08 +0000 |
---|---|---|
committer | aaron <> | 2001-04-03 20:09:08 +0000 |
commit | 5a2671698fcabd80e14ab78e7b130c60dd6ed2c5 (patch) | |
tree | 73f7ca61063d63e38ef011d4e354c5373d0ce60a | |
parent | 71e990601967b257a86acf33acaf50a337bf5013 (diff) | |
download | openbsd-5a2671698fcabd80e14ab78e7b130c60dd6ed2c5.tar.gz openbsd-5a2671698fcabd80e14ab78e7b130c60dd6ed2c5.tar.bz2 openbsd-5a2671698fcabd80e14ab78e7b130c60dd6ed2c5.zip |
Add missing return type to dn_comp() prototype in SYNOPSIS; matt@anzen.com
-rw-r--r-- | src/lib/libc/net/resolver.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/resolver.3 index a5f956f90d..4d5402ed2d 100644 --- a/src/lib/libc/net/resolver.3 +++ b/src/lib/libc/net/resolver.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: resolver.3,v 1.14 2000/12/24 00:30:57 aaron Exp $ | 1 | .\" $OpenBSD: resolver.3,v 1.15 2001/04/03 20:09:08 aaron Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1985, 1991, 1993 | 3 | .\" Copyright (c) 1985, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -85,6 +85,7 @@ | |||
85 | .Fc | 85 | .Fc |
86 | .Ft int | 86 | .Ft int |
87 | .Fn res_init "void" | 87 | .Fn res_init "void" |
88 | .Ft int | ||
88 | .Fo dn_comp | 89 | .Fo dn_comp |
89 | .Fa "char *exp_dn" | 90 | .Fa "char *exp_dn" |
90 | .Fa "char *comp_dn" | 91 | .Fa "char *comp_dn" |