From: Ian Jackson Date: Sat, 22 Oct 2016 23:03:46 +0000 (+0100) Subject: Some archive queries: Remove prototypes X-Git-Tag: archive/debian/2.9~68 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d4d430ea4597ac788cf112587e0a715eed236551;p=dgit.git Some archive queries: Remove prototypes That makes these easier to reuse for another method. No functional change. Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index 60ea9194..abe636df 100755 --- a/dgit +++ b/dgit @@ -1029,7 +1029,7 @@ sub api_query ($$;$) { return decode_json($json); } -sub canonicalise_suite_ftpmasterapi () { +sub canonicalise_suite_ftpmasterapi { my ($proto,$data) = @_; my $suites = api_query($data, 'suites'); my @matched; @@ -1053,7 +1053,7 @@ sub canonicalise_suite_ftpmasterapi () { return $cn; } -sub archive_query_ftpmasterapi () { +sub archive_query_ftpmasterapi { my ($proto,$data) = @_; my $info = api_query($data, "dsc_in_suite/$isuite/$package"); my @rows;