From: Michael Schroeder Date: Wed, 19 Apr 2017 09:00:02 +0000 (+0200) Subject: Add missing 'static' keyword X-Git-Tag: 0.6.27~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691c2d6c406bced24407f412edcb469cad4106af;p=thirdparty%2Flibsolv.git Add missing 'static' keyword The addselectionjob() function is internal. --- diff --git a/ext/testcase.c b/ext/testcase.c index 30ac4a0a..f515057c 100644 --- a/ext/testcase.c +++ b/ext/testcase.c @@ -1113,7 +1113,7 @@ testcase_str2job(Pool *pool, const char *str, Id *whatp) return job; } -int +static int addselectionjob(Pool *pool, char **pieces, int npieces, Queue *jobqueue) { Id job;