]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/nfs/krpc.h
xnu-792.tar.gz
[apple/xnu.git] / bsd / nfs / krpc.h
index 16fe898a847855c1fd59d3ea638b21b1365d4cc2..5d69fd6f6547667506643d4e8fc368b6e42a4a2f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  * @APPLE_LICENSE_HEADER_END@
  */
 /* Copyright (c) 1995 NeXT Computer, Inc. All Rights Reserved */
-/*
- *
- * The NEXTSTEP Software License Agreement specifies the terms
- * and conditions for redistribution.
- *
- */
+
 #ifndef __NFS_KRPC_H__
 #define __NFS_KRPC_H__
 
 #include <sys/cdefs.h>
 
 #ifdef __APPLE_API_PRIVATE
-int krpc_call __P((struct sockaddr_in *sin,
+int krpc_call(struct sockaddr_in *sin, u_int sotype,
        u_int prog, u_int vers, u_int func,
-       struct mbuf **data, struct sockaddr_in **from));
+       mbuf_t *data, struct sockaddr_in *from);
 
-int krpc_portmap __P((struct sockaddr_in *sin,
-       u_int prog, u_int vers, u_int16_t *portp));
+int krpc_portmap(struct sockaddr_in *sin,
+       u_int prog, u_int vers, u_int proto, u_int16_t *portp);
 
 
 /*