summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/radix.h
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2001-06-26 06:33:08 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2001-06-26 06:33:08 +0000
commit38ff9051ba504cfdd1c2e9f02b248b2b71c2e9bf (patch)
treedaf4bce5a7f7822fa8f958aabecbc26db6fa46ee /usr.bin/ssh/radix.h
parentd4aba5f28304432a57f9be423624f773dd99cc52 (diff)
prototype pedant. not very creative...
- () -> (void) - no variable names
Diffstat (limited to 'usr.bin/ssh/radix.h')
-rw-r--r--usr.bin/ssh/radix.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/radix.h b/usr.bin/ssh/radix.h
index 57592d82313..6f3428cd382 100644
--- a/usr.bin/ssh/radix.h
+++ b/usr.bin/ssh/radix.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: radix.h,v 1.2 2001/01/29 01:58:17 niklas Exp $ */
+/* $OpenBSD: radix.h,v 1.3 2001/06/26 06:32:57 itojun Exp $ */
/*
* Copyright (c) 1999 Dug Song. All rights reserved.
@@ -24,5 +24,5 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-int creds_to_radix(CREDENTIALS * creds, u_char *buf, size_t buflen);
-int radix_to_creds(const char *buf, CREDENTIALS * creds);
+int creds_to_radix(CREDENTIALS *, u_char *, size_t);
+int radix_to_creds(const char *, CREDENTIALS *);