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