]> git.ozlabs.org Git - ccan-lca-2011.git/blobdiff - ccan/nfs/rpc/nfsacl.h
nfs: add generates C files
[ccan-lca-2011.git] / ccan / nfs / rpc / nfsacl.h
diff --git a/ccan/nfs/rpc/nfsacl.h b/ccan/nfs/rpc/nfsacl.h
new file mode 100644 (file)
index 0000000..2b7d73c
--- /dev/null
@@ -0,0 +1,37 @@
+/*
+ * 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 */