3 Copyright 1996, 1998, 1999, 2000, 2001 Red Hat, Inc.
5 This file is part of Cygwin.
7 This software is a copyrighted work licensed under the terms of the
8 Cygwin license. Please consult the file "CYGWIN_LICENSE" for
28 #ifndef _NOMNTENT_FUNCS
29 FILE *setmntent (const char *__filep
, const char *__type
);
30 struct mntent
*getmntent (FILE *__filep
);
31 int addmntent (FILE *__filep
, const struct mntent
*__mnt
);
32 int endmntent (FILE *__filep
);
33 char *hasmntopt (const struct mntent
*__mnt
, const char *__opt
);
36 /* This next file doesn't exist, it is in the registry,
37 however applications need the define to pass to
41 #define MOUNTED "/etc/mtab"
47 #endif /* _MNTENT_H */