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