From 3ea74aa3c7203c10ad97326778e22b1e654eefc7 Mon Sep 17 00:00:00 2001 From: jbj Date: Sun, 14 Jul 2002 21:23:29 +0000 Subject: - python: sanity check fixes on rpmts/rpmte methods. CVS patchset: 5554 CVS date: 2002/07/14 21:23:29 --- python/rpmte-py.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'python/rpmte-py.h') diff --git a/python/rpmte-py.h b/python/rpmte-py.h index 4126a66e9..18b626704 100644 --- a/python/rpmte-py.h +++ b/python/rpmte-py.h @@ -12,8 +12,10 @@ typedef struct rpmteObject_s { rpmte te; } rpmteObject; +/*@unchecked@*/ extern PyTypeObject rpmte_Type; -rpmteObject * rpmte_Wrap(rpmte te); +rpmteObject * rpmte_Wrap(rpmte te) + /*@*/; #endif -- cgit v1.2.3