d73592fef49530fcb074ca8ea259a19e65d06fff
[tpg/acess2.git] / Modules / Filesystems / NFS / common.h
1 /*
2  * Acess2 - NFS Driver
3  * By John Hodge (thePowersGang)
4  * This file is published under the terms of the Acess licence. See the
5  * file COPYING for details.
6  *
7  * common.h - Common definitions
8  */
9 #ifndef _COMMON_H_
10 #define _COMMON_H_
11
12 typedef struct sNFS_Connection
13 {
14          int    FD;
15         tIPAddr Host;
16         char    *Base;
17         tVFS_Node       Node;
18 }       tNFS_Connection;
19
20 #endif

UCC git Repository :: git.ucc.asn.au