From 7efb360b3c3d509fe6c5639ac2e05f44e41c673d Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 6 Aug 2013 20:39:00 +0100 Subject: [PATCH] Add comment for grabmntinfo in ubase.h --- ubase.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ubase.h b/ubase.h index 3196f30..5e6a692 100644 --- 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;