2 * 2006-06-08 Amit Gud <agud@redhat.com>
3 * - Moved code snippets here from util-linux/mount/my_mntent.h
12 typedef struct mntFILEstruct {
20 mntFILE *nfs_setmntent (const char *file, char *mode);
21 void nfs_endmntent (mntFILE *mfp);
22 int nfs_addmntent (mntFILE *mfp, struct mntent *mnt);
23 struct nfs_mntent *my_getmntent (mntFILE *mfp);
24 struct mntent *nfs_getmntent (mntFILE *mfp);
26 #endif /* _NFS_MNTENT_H */