ubase/grabmntinfo.h

9 lines
151 B
C
Raw Normal View History

/* See LICENSE file for copyright and license details. */
struct mntinfo {
2014-01-25 22:34:05 +00:00
char *fsname;
char *mntdir;
};
int grabmntinfo(struct mntinfo **minfo);