From f19525d509d45790ae1adcd126c06431aecf522c Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Thu, 14 Jan 2016 17:24:27 +0100 Subject: mark not-declared helper function for showsrc as static Git-Dch: Ignore --- apt-private/private-show.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-private/private-show.cc') diff --git a/apt-private/private-show.cc b/apt-private/private-show.cc index 6fb3791f8..792c455a8 100644 --- a/apt-private/private-show.cc +++ b/apt-private/private-show.cc @@ -299,9 +299,9 @@ bool ShowPackage(CommandLine &CmdL) /*{{{*/ return true; } /*}}}*/ -// XXX: move to hashes.h: HashString::FromString() ? /*{{{*/ -std::string Sha1FromString(std::string input) +static std::string Sha1FromString(std::string const &input) /*{{{*/ { + // XXX: move to hashes.h: HashString::FromString() ? SHA1Summation sha1; sha1.Add(input.c_str(), input.length()); return sha1.Result().Value(); -- cgit v1.2.3