aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index 067ae39..cad9f0b 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -1531,7 +1531,7 @@ static void *rpmRunTransactions_callback(__attribute__((unused)) const void *h,
return callback == td->callback_open ? fd : NULL;
}
-int rpmtag_from_string(char *tag)
+static int rpmtag_from_string(char *tag)
{
static rpmconst c = NULL;
static const char context[] = "rpmtag";