mirror of
git://git.suckless.org/ubase
synced 2024-12-24 07:32:33 +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);
|