]> andersk Git - openssh.git/blobdiff - radix.h
- deraadt@cvs.openbsd.org 2002/07/06 01:00:49
[openssh.git] / radix.h
diff --git a/radix.h b/radix.h
index 57592d82313e0ba5b0818b78270b2edc17f3b55c..e94e4acc6adff8e027f8770e557e120289616994 100644 (file)
--- a/radix.h
+++ b/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.4 2001/06/26 17:27:24 markus 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 *);
This page took 0.126169 seconds and 4 git commands to generate.