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