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