mirror of
git://git.suckless.org/ubase
synced 2025-02-18 11:37:01 +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);
|