From 1cab53124a70691519c751def7c75740a24484bc Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 8 Jul 2008 16:43:46 +0300 Subject: [PATCH] Compat typedef for Spec -> rpmSpec rename --- lib/rpmlegacy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rpmlegacy.h b/lib/rpmlegacy.h index 587159e..55fa42a 100644 --- a/lib/rpmlegacy.h +++ b/lib/rpmlegacy.h @@ -27,6 +27,7 @@ typedef rpmTagType * hTYP_t; typedef const void * hPTR_t; typedef rpm_count_t * hCNT_t; +typedef rpmSpec Spec; /* legacy header interfaces */ -- 2.7.4