X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=mount%2Flibnfs-raw-mount.h;h=c6e40a25bd0bd3bff607300837af18631be17df4;hp=5be5bff0af1b7e270e5f5b09287b0eda0d9ffe94;hb=d663ff20d0e69e8ce026210893398f870b981d97;hpb=ef1f869943d9d6a19d4b2c21059fc9c0b2632a09 diff --git a/mount/libnfs-raw-mount.h b/mount/libnfs-raw-mount.h index 5be5bff..c6e40a2 100644 --- a/mount/libnfs-raw-mount.h +++ b/mount/libnfs-raw-mount.h @@ -164,7 +164,7 @@ extern void * mount1_umntall_1_svc(void *, struct svc_req *); #define MOUNT1_EXPORT 5 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); +extern int mount_program_1_freeresult (void *, zdrproc_t, caddr_t); #else /* K&R C */ #define MOUNT1_NULL 0 @@ -208,7 +208,7 @@ extern void * mount3_umntall_3_svc(void *, struct svc_req *); #define MOUNT3_EXPORT 5 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); +extern int mount_program_3_freeresult (void *, zdrproc_t, caddr_t); #else /* K&R C */ #define MOUNT3_NULL 0