]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/mount/nfsumount.h
Add -Wstrict-prototypes to compiler args, and fix warnings caused.
[nfs-utils.git] / utils / mount / nfsumount.h
1 #ifndef _NFS_UMOUNT_H
2 #define _NFS_UMOUNT_H
3
4 #include "conn.h"
5 #include "mount.h"
6
7 int nfsumount(int, char **);
8 int nfs_call_umount(clnt_addr_t *, dirpath *);
9 void umount_usage(void);
10
11 #endif