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