ReactOS 0.4.15-dev-7842-g558ab78
nfs41_xdr.h
Go to the documentation of this file.
1/* NFSv4.1 client for Windows
2 * Copyright © 2012 The Regents of the University of Michigan
3 *
4 * Olga Kornievskaia <aglo@umich.edu>
5 * Casey Bodley <cbodley@umich.edu>
6 *
7 * This library is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU Lesser General Public License as published by
9 * the Free Software Foundation; either version 2.1 of the License, or (at
10 * your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful, but
13 * without any warranty; without even the implied warranty of merchantability
14 * or fitness for a particular purpose. See the GNU Lesser General Public
15 * License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public License
18 * along with this library; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA
20 */
21
22#ifndef __NFS41_NFS_XDR_H__
23#define __NFS41_NFS_XDR_H__
24
25#include "nfs41_types.h"
26
29
30void nfsacl41_free(nfsacl41 *acl);
31
32#endif /* !__NFS41_NFS_XDR_H__ */
int32_t bool_t
Definition: types.h:101
GLuint res
Definition: glext.h:9613
bool_t nfs_decode_compound(XDR *xdr, caddr_t *res)
Definition: nfs41_xdr.c:3625
bool_t nfs_encode_compound(XDR *xdr, caddr_t *args)
Definition: nfs41_xdr.c:3591
void nfsacl41_free(nfsacl41 *acl)
Definition: nfs41_xdr.c:335
char * caddr_t
Definition: rosdhcp.h:36
Definition: xdr.h:103
Definition: match.c:390