=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/radix.h,v retrieving revision 1.2.2.4 retrieving revision 1.2.2.5 diff -u -r1.2.2.4 -r1.2.2.5 --- src/usr.bin/ssh/Attic/radix.h 2001/05/07 21:09:32 1.2.2.4 +++ src/usr.bin/ssh/Attic/radix.h 2001/09/27 00:15:42 1.2.2.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: radix.h,v 1.2.2.4 2001/05/07 21:09:32 jason Exp $ */ +/* $OpenBSD: radix.h,v 1.2.2.5 2001/09/27 00:15:42 miod 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 *);