From 9bd8db7bb032930a96e9cfdf37b3fb71c619fb93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Tue, 14 Dec 2010 03:15:18 +0000 Subject: change return type of rpmtag_from_string() to 'rpmTag' --- URPM.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/URPM.xs b/URPM.xs index e4c3282..55c3fb3 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; } -static int rpmtag_from_string(const char *tag) +static rpmTag rpmtag_from_string(const char *tag) { static rpmconst c = NULL; static const char context[] = "rpmtag"; -- cgit v1.2.1