mirror of https://github.com/mirror/busybox.git
parent
7a3f8e2fe1
commit
b271ad46dc
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue