summaryrefslogtreecommitdiffstats
path: root/utils/mount/nfs_mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/mount/nfs_mount.h')
-rw-r--r--utils/mount/nfs_mount.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/mount/nfs_mount.h b/utils/mount/nfs_mount.h
index e566083..169f12e 100644
--- a/utils/mount/nfs_mount.h
+++ b/utils/mount/nfs_mount.h
@@ -80,7 +80,6 @@ struct nfs_mount_data {
#define AUTH_GSS_SPKMP 390011
#endif
-int nfsmount(const char *, const char *, int *, char **, char **,
- int, int);
+int nfsmount(const char *, const char *, int *, char **, int, int);
#endif /* _NFS_MOUNT_H */