projects
/
nfs-utils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7548912ba7e15b4b6c9362cc6eda9ea1a5071da8
[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