From eabf92f842039af35d1da0e0271e84483959a7e8 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 26 Oct 2007 10:21:12 +0300 Subject: Rename rpmcliImportPubkey() -> rpmtsImportPubkey() - it's not a cli function in any way - move to rpmts group --- python/rpmts-py.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/rpmts-py.c b/python/rpmts-py.c index 5fbd45373..7822ed5ca 100644 --- a/python/rpmts-py.c +++ b/python/rpmts-py.c @@ -892,7 +892,7 @@ fprintf(stderr, "*** rpmts_PgpImportPubkey(%p) ts %p\n", s, s->ts); pkt = (unsigned char *)PyString_AsString(blob); pktlen = PyString_Size(blob); - rc = rpmcliImportPubkey(s->ts, pkt, pktlen); + rc = rpmtsImportPubkey(s->ts, pkt, pktlen); return Py_BuildValue("i", rc); } -- cgit v1.2.3