projects
/
nfs-utils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
umount.nfs: make umount_usage() static
[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
10
#endif