1
0
mirror of synced 2026-01-28 04:27:38 +00:00

Use function prototypes in Xen::Tools::Common

This commit is contained in:
Axel Beckert
2011-11-16 01:02:01 +01:00
parent eabb327786
commit 1d45cd33ab

View File

@@ -33,7 +33,7 @@ use vars qw(@EXPORT_OK @EXPORT);
=cut
sub readConfigurationFile
sub readConfigurationFile ($$)
{
my ($file, $CONFIG) = (@_);