]> git.ozlabs.org Git - ccan/blob - ccan/nfs/rpc/nfsacl.h
b995592ceb8d4585ba30410708fae42099b0b8c4
[ccan] / ccan / nfs / rpc / nfsacl.h
1 /* Licensed under GPLv3+ - see LICENSE file for details */
2 /*
3  * Please do not edit this file.
4  * It was generated using rpcgen.
5  */
6
7 #ifndef _NFSACL_H_RPCGEN
8 #define _NFSACL_H_RPCGEN
9
10 #include <rpc/rpc.h>
11
12
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16
17
18 #define NFSACL_PROGRAM 100227
19 #define NFSACL_V3 3
20
21 #if defined(__STDC__) || defined(__cplusplus)
22 #define NFSACL3_NULL 0
23 extern  void * nfsacl3_null_3(void *, CLIENT *);
24 extern  void * nfsacl3_null_3_svc(void *, struct svc_req *);
25 extern int nfsacl_program_3_freeresult (SVCXPRT *, xdrproc_t, caddr_t);
26
27 #else /* K&R C */
28 #define NFSACL3_NULL 0
29 extern  void * nfsacl3_null_3();
30 extern  void * nfsacl3_null_3_svc();
31 extern int nfsacl_program_3_freeresult ();
32 #endif /* K&R C */
33
34 #ifdef __cplusplus
35 }
36 #endif
37
38 #endif /* !_NFSACL_H_RPCGEN */