Update.
[glibc.git] / include / mntent.h
blobd869625607b64e7222d33cc2fef9bb37ed94c0ad
1 #include <misc/mntent.h>
3 /* Now define the internal interfaces. */
4 extern FILE *__setmntent __P ((__const char *__file, __const char *__mode));
5 extern struct mntent *__getmntent_r __P ((FILE *__stream,
6 struct mntent *__result,
7 char *__buffer, int __bufsize));
8 extern int __addmntent __P ((FILE *__stream, __const struct mntent *__mnt));
9 extern int __endmntent __P ((FILE *__stream));
10 extern char *__hasmntopt __P ((__const struct mntent *__mnt,
11 __const char *__opt));