diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-11-25 07:59:17 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-11-25 07:59:17 +0100 |
commit | b271ad46dc85655d8ef077d57102b239b874097a (patch) | |
tree | 0bbdc1b6cbf8001b5bc83a067088a014206480ef | |
parent | 7a3f8e2fe13ec45990cab7e53d773fcb782d5fd3 (diff) | |
download | busybox-b271ad46dc85655d8ef077d57102b239b874097a.tar.gz |
blkid: add TODO
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | util-linux/blkid.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util-linux/blkid.c b/util-linux/blkid.c index 4ce44b144..53f13a99c 100644 --- a/util-linux/blkid.c +++ b/util-linux/blkid.c @@ -10,6 +10,8 @@ #include "libbb.h" #include "volume_id.h" +//TODO: extend to take BLOCKDEV args, and show TYPE="fstype" + int blkid_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int blkid_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) { |