Blob Blame History Raw
diff --git a/perl/Amanda/Util.pm b/perl/Amanda/Util.pm
index 6ea9ece..7703708 100644
--- a/perl/Amanda/Util.pm
+++ b/perl/Amanda/Util.pm
@@ -911,6 +911,7 @@ sub is_pid_alive {
 push @EXPORT_OK, qw(weaken_ref);
 
 push @EXPORT_OK, qw(stream_server stream_accept check_security);
+push @EXPORT_OK, qw(match_host match_disk match_datestamp match_level);
 
 push @EXPORT_OK, qw($AF_INET $STREAM_BUFSIZE);
 push @{$EXPORT_TAGS{"constants"}}, qw($AF_INET $STREAM_BUFSIZE);
@@ -969,8 +970,6 @@ sub unmarshal_tapespec {
 }
 
 
-push @EXPORT_OK, qw(match_host match_disk match_datestamp match_level);
-
 sub check_std_fds {
     fcntl(STDIN, F_GETFD, 0) or critical("Standard input is not open");
     fcntl(STDOUT, F_GETFD, 0) or critical("Standard output is not open");