diff options
Diffstat (limited to 'urpm/download.pm')
-rw-r--r-- | urpm/download.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/download.pm b/urpm/download.pm index f860064f..22720cfc 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -12,7 +12,7 @@ use Exporter; our @ISA = 'Exporter'; our @EXPORT = qw(get_proxy propagate_sync_callback - sync_file sync_wget sync_curl sync_rsync sync_ssh + sync_file sync_prozilla sync_wget sync_curl sync_rsync sync_ssh set_proxy_config dump_proxy_config ); |