diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-12 11:20:08 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-12 11:20:08 +0000 |
commit | 1e19afd38adae3c44197254255ed43d88ae9726c (patch) | |
tree | cb9d153be22d4043e1feffe26b3b42462cc88181 /include/volume_id.h | |
parent | d5e305944a9db25f57b252cc9f56c18311e68481 (diff) | |
download | busybox-w32-1e19afd38adae3c44197254255ed43d88ae9726c.tar.gz busybox-w32-1e19afd38adae3c44197254255ed43d88ae9726c.tar.bz2 busybox-w32-1e19afd38adae3c44197254255ed43d88ae9726c.zip |
blkid: new applet. We almost had everything needed for it already
function old new delta
display_uuid_cache - 89 +89
blkid_main - 8 +8
applet_names 1871 1877 +6
applet_main 1140 1144 +4
applet_nameofs 570 572 +2
packed_usage 24737 24735 -2
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 3/1 up/down: 109/-2) Total: 107 bytes
Diffstat (limited to 'include/volume_id.h')
-rw-r--r-- | include/volume_id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/volume_id.h b/include/volume_id.h index 99cb11ff6..bba32c0ba 100644 --- a/include/volume_id.h +++ b/include/volume_id.h | |||
@@ -20,3 +20,4 @@ | |||
20 | 20 | ||
21 | char *get_devname_from_label(const char *spec); | 21 | char *get_devname_from_label(const char *spec); |
22 | char *get_devname_from_uuid(const char *spec); | 22 | char *get_devname_from_uuid(const char *spec); |
23 | void display_uuid_cache(void); | ||