9 lines
163 B
C
9 lines
163 B
C
|
/* See LICENSE file for copyright and license details. */
|
||
|
|
||
|
struct mntinfo {
|
||
|
const char *fsname;
|
||
|
const char *mntdir;
|
||
|
};
|
||
|
|
||
|
int grabmntinfo(struct mntinfo **minfo);
|