File: nfsumount.h

package info (click to toggle)
nfs-utils 1%3A1.0.10-6%2Betch.1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,232 kB
  • ctags: 2,554
  • sloc: ansic: 24,691; sh: 9,398; makefile: 667
file content (11 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _NFS_UMOUNT_H
#define _NFS_UMOUNT_H

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

int nfsumount(int, char **);
int nfs_call_umount(clnt_addr_t *, dirpath *);
void umount_usage();

#endif