mntopts.h | 107 typedef struct mntoptparse *mntoptparse_t; typedef in typeref:struct:mntoptparse * 108 mntoptparse_t getmntopts(const char *, const struct mntopt *, int *, int *); 109 const char *getmntoptstr(mntoptparse_t, const char *); 110 long getmntoptnum(mntoptparse_t, const char *); 111 void freemntopts(mntoptparse_t);
|