]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add missing 'static' keyword
authorMichael Schroeder <mls@suse.de>
Wed, 19 Apr 2017 09:00:02 +0000 (11:00 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 19 Apr 2017 09:00:02 +0000 (11:00 +0200)
The addselectionjob() function is internal.

ext/testcase.c

index 30ac4a0ac3ddd61d8b25eb9d547a437e9db3fb43..f515057cfe0e3fbe05aa0db8d3f56c65875bb9e5 100644 (file)
@@ -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;