- make finish_solvable() static
authorMichael Schroeder <mls@suse.de>
Fri, 30 May 2008 17:58:05 +0000 (17:58 +0000)
committerMichael Schroeder <mls@suse.de>
Fri, 30 May 2008 17:58:05 +0000 (17:58 +0000)
tools/repo_susetags.c

index fa5c83d..5553647 100644 (file)
@@ -378,7 +378,7 @@ tag_from_string (char *cs)
  *   All keys have 3 characters and end in ':'
  */
 
-void
+static void
 finish_solvable(struct parsedata *pd, Solvable *s, int handle)
 {
   Pool *pool = pd->repo->pool;