]> git.saurik.com Git - apple/libinfo.git/blobdiff - rpc.subproj/auth_none.c
Libinfo-459.40.1.tar.gz
[apple/libinfo.git] / rpc.subproj / auth_none.c
index 220a8ca66d9a91d761db7109ae00e3961d154d93..e2901a0e79ad8bfff1cc211306d2acd185e6803a 100644 (file)
@@ -53,7 +53,7 @@
 #if defined(LIBC_SCCS) && !defined(lint)
 /*static char *sccsid = "from: @(#)auth_none.c 1.19 87/08/11 Copyr 1984 Sun Micro";*/
 /*static char *sccsid = "from: @(#)auth_none.c 2.1 88/07/29 4.0 RPCSRC";*/
-static char *rcsid = "$Id: auth_none.c,v 1.2 1999/10/14 21:56:52 wsanchez Exp $";
+static char *rcsid = "$Id: auth_none.c,v 1.3 2002/02/19 20:36:22 epeyton Exp $";
 #endif
 
 /*
@@ -64,11 +64,16 @@ static char *rcsid = "$Id: auth_none.c,v 1.2 1999/10/14 21:56:52 wsanchez Exp $"
  * Copyright (C) 1984, Sun Microsystems, Inc. 
  */
 
+#include <stdlib.h>
+#include <sys/types.h>
+#include <netinet/in.h>
 #include <rpc/types.h>
 #include <rpc/xdr.h>
 #include <rpc/auth.h>
 #define MAX_MARSHEL_SIZE 20
 
+extern bool_t  xdr_opaque_auth();
+
 /*
  * Authenticator operations routines
  */