mirror of
git://git.suckless.org/ubase
synced 2025-01-04 13:32:02 +00:00
9 lines
151 B
C
9 lines
151 B
C
/* See LICENSE file for copyright and license details. */
|
|
|
|
struct mntinfo {
|
|
char *fsname;
|
|
char *mntdir;
|
|
};
|
|
|
|
int grabmntinfo(struct mntinfo **minfo);
|