X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=mount%2Flibnfs-raw-mount.h;h=5be5bff0af1b7e270e5f5b09287b0eda0d9ffe94;hb=ef1f869943d9d6a19d4b2c21059fc9c0b2632a09;hp=23900abc00a1e29018426cc372952f589624d4a8;hpb=f816bf4c7641071d83ed2c796c93ce0ddba9b3b4;p=deb_libnfs.git diff --git a/mount/libnfs-raw-mount.h b/mount/libnfs-raw-mount.h index 23900ab..5be5bff 100644 --- a/mount/libnfs-raw-mount.h +++ b/mount/libnfs-raw-mount.h @@ -1,3 +1,32 @@ +/* +Copyright (c) 2014, Ronnie Sahlberg +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The views and conclusions contained in the software and documentation are those +of the authors and should not be interpreted as representing official policies, +either expressed or implied, of the FreeBSD Project. +*/ + /* * Please do not edit this file. * It was generated using rpcgen. @@ -118,22 +147,22 @@ typedef struct mountres1 mountres1; #if defined(__STDC__) || defined(__cplusplus) #define MOUNT1_NULL 0 -extern void * mount1_null_1(void *, CLIENT *); +extern void * mount1_null_1(void *, void *); extern void * mount1_null_1_svc(void *, struct svc_req *); #define MOUNT1_MNT 1 -extern mountres1 * mount1_mnt_1(dirpath *, CLIENT *); +extern mountres1 * mount1_mnt_1(dirpath *, void *); extern mountres1 * mount1_mnt_1_svc(dirpath *, struct svc_req *); #define MOUNT1_DUMP 2 -extern mountlist * mount1_dump_1(void *, CLIENT *); +extern mountlist * mount1_dump_1(void *, void *); extern mountlist * mount1_dump_1_svc(void *, struct svc_req *); #define MOUNT1_UMNT 3 -extern void * mount1_umnt_1(dirpath *, CLIENT *); +extern void * mount1_umnt_1(dirpath *, void *); extern void * mount1_umnt_1_svc(dirpath *, struct svc_req *); #define MOUNT1_UMNTALL 4 -extern void * mount1_umntall_1(void *, CLIENT *); +extern void * mount1_umntall_1(void *, void *); extern void * mount1_umntall_1_svc(void *, struct svc_req *); #define MOUNT1_EXPORT 5 -extern exports * mount1_export_1(void *, CLIENT *); +extern exports * mount1_export_1(void *, void *); extern exports * mount1_export_1_svc(void *, struct svc_req *); extern int mount_program_1_freeresult (SVCXPRT *, zdrproc_t, caddr_t); @@ -162,22 +191,22 @@ extern int mount_program_1_freeresult (); #if defined(__STDC__) || defined(__cplusplus) #define MOUNT3_NULL 0 -extern void * mount3_null_3(void *, CLIENT *); +extern void * mount3_null_3(void *, void *); extern void * mount3_null_3_svc(void *, struct svc_req *); #define MOUNT3_MNT 1 -extern mountres3 * mount3_mnt_3(dirpath *, CLIENT *); +extern mountres3 * mount3_mnt_3(dirpath *, void *); extern mountres3 * mount3_mnt_3_svc(dirpath *, struct svc_req *); #define MOUNT3_DUMP 2 -extern mountlist * mount3_dump_3(void *, CLIENT *); +extern mountlist * mount3_dump_3(void *, void *); extern mountlist * mount3_dump_3_svc(void *, struct svc_req *); #define MOUNT3_UMNT 3 -extern void * mount3_umnt_3(dirpath *, CLIENT *); +extern void * mount3_umnt_3(dirpath *, void *); extern void * mount3_umnt_3_svc(dirpath *, struct svc_req *); #define MOUNT3_UMNTALL 4 -extern void * mount3_umntall_3(void *, CLIENT *); +extern void * mount3_umntall_3(void *, void *); extern void * mount3_umntall_3_svc(void *, struct svc_req *); #define MOUNT3_EXPORT 5 -extern exports * mount3_export_3(void *, CLIENT *); +extern exports * mount3_export_3(void *, void *); extern exports * mount3_export_3_svc(void *, struct svc_req *); extern int mount_program_3_freeresult (SVCXPRT *, zdrproc_t, caddr_t);