ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit 7efb360b3c3d509fe6c5639ac2e05f44e41c673d
parent 7b228e69b7c5dfd03f3f3bbf1f9e5bf7792c8da4
Author: sin <sin@2f30.org>
Date:   Tue,  6 Aug 2013 20:39:00 +0100

Add comment for grabmntinfo in ubase.h

Diffstat:
Mubase.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/ubase.h b/ubase.h @@ -1,4 +1,6 @@ /* See LICENSE file for copyright and license details. */ + +/* grabmntinfo.c */ struct mntinfo { const char *fsname; const char *mntdir;