summaryrefslogtreecommitdiffstats
path: root/utils/mount/nfsumount.h
blob: 0d67d27f596a7e49acad08f12e998f7610389554 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _NFS_UMOUNT_H
#define _NFS_UMOUNT_H

#include "conn.h"
#include "mount.h"

int nfsumount(int, char **);

#endif