From 88a07c82cece62903ae68e1e2c482d810bbf8560 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 29 Jul 1999 15:18:54 +0000 Subject: no_comment --- perl-install/partition_table.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/partition_table.pm') diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index 1986e4dd9..a9f20cd10 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -78,6 +78,7 @@ my %fs2type = reverse %type2fs; 1; +sub important_types { $_[0] and return sort values %types; @important_types } sub type2name($) { $types{$_[0]} || 'unknown' } sub type2fs($) { $type2fs{$_[0]} } sub name2type($) { $types_rev{$_[0]} } -- cgit v1.2.1