summaryrefslogtreecommitdiff
path: root/python/rpmal-py.h
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-09-11 15:28:26 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-09-11 15:28:26 +0200
commit3aad15624eeefcca56051a2d595f9924a15f80b2 (patch)
tree81f1a486e5091945f235d143e6af8228e2831127 /python/rpmal-py.h
parente08619c323915f7e22b8d3bb9c57606ce824d778 (diff)
downloadrpm-3aad15624eeefcca56051a2d595f9924a15f80b2.tar.gz
rpm-3aad15624eeefcca56051a2d595f9924a15f80b2.tar.bz2
rpm-3aad15624eeefcca56051a2d595f9924a15f80b2.zip
Remove split tags.
Diffstat (limited to 'python/rpmal-py.h')
-rw-r--r--python/rpmal-py.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/python/rpmal-py.h b/python/rpmal-py.h
index d8aa09c99..cbbe0d463 100644
--- a/python/rpmal-py.h
+++ b/python/rpmal-py.h
@@ -13,11 +13,9 @@ typedef struct rpmalObject_s {
rpmal al;
} rpmalObject;
-/*@unchecked@*/
extern PyTypeObject rpmal_Type;
-/*@null@*/
rpmalObject * rpmal_Wrap(rpmal al)
- /*@*/;
+ ;
#endif