[SCHEDSVC] Add stubs for the wlnotify control codes
[reactos.git] / base / services / nfsd / nfs41_xdr.h
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
27 bool_t nfs_encode_compound(XDR *xdr, caddr_t *args);
28 bool_t nfs_decode_compound(XDR *xdr, caddr_t *res);
29
30 void nfsacl41_free(nfsacl41 *acl);
31
32 #endif /* !__NFS41_NFS_XDR_H__ */